emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 68fc964: * lisp/net/tramp-sh.el (tramp-remote-pat


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 68fc964: * lisp/net/tramp-sh.el (tramp-remote-path): Doc fix. (Bug#23865)
Date: Wed, 29 Jun 2016 16:36:50 +0000 (UTC)

branch: emacs-25
commit 68fc9643708712bb436f15911ca1c17b497265ec
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/net/tramp-sh.el (tramp-remote-path): Doc fix.  (Bug#23865)
---
 lisp/net/tramp-sh.el |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

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 @@ 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)



reply via email to

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