]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp-sh.el (tramp-remote-path): Doc fix. (Bug#23865)
authorEli Zaretskii <eliz@gnu.org>
Wed, 29 Jun 2016 16:35:57 +0000 (19:35 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 29 Jun 2016 16:35:57 +0000 (19:35 +0300)
lisp/net/tramp-sh.el

index bff6ec31156eb9387deeb26e683ce45322dddccc..6954fd679fde27edc89b1b72b53e05cc391ea5d6 100644 (file)
@@ -506,10 +506,12 @@ the command \"getconf PATH\".  It is recommended to use this
 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)