bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23865: 24.5; doc string of `tramp-remote-path'


From: Eli Zaretskii
Subject: bug#23865: 24.5; doc string of `tramp-remote-path'
Date: Wed, 29 Jun 2016 18:21:32 +0300

> From: Michael Albinus <michael.albinus@gmx.de>
> Date: Wed, 29 Jun 2016 09:41:30 +0200
> Cc: 23865@debbugs.gnu.org, Jonathan Kotta <jpkotta@gmail.com>
> 
> The docstring of `tramp-remote-path' is oriented to the custom
> interface. In custom, `tramp-default-remote-path' and
> `tramp-own-remote-path' are not offered under their symbol name, but as
> "Default Directories" and "Private Directories". These entries are
> documented.

Michael, are you okay with the following change of the doc string?

diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index bff6ec3..6954fd6 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -506,10 +506,12 @@ tramp-remote-path
 entry on top of this list, because these are the default
 directories for POSIX compatible commands.  On remote hosts which
 do not offer the getconf command (like cygwin), the value
-\"/bin:/usr/bin\" is used instead of.
+\"/bin:/usr/bin\" is used instead of.  This entry is represented in
+the list by the special value `tramp-default-remote-path'.
 
 `Private Directories' are the settings of the $PATH environment,
-as given in your `~/.profile'."
+as given in your `~/.profile'.  This entry is represented in
+the list by the special value `tramp-own-remote-path'."
   :group 'tramp
   :type '(repeat (choice
                  (const :tag "Default Directories" tramp-default-remote-path)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]