* lisp/net/tramp-sh.el (tramp-remote-path): Doc fix. (Bug#23865)
This commit is contained in:
parent
21110afa2c
commit
68fc964370
1 changed files with 4 additions and 2 deletions
|
@ -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
|
entry on top of this list, because these are the default
|
||||||
directories for POSIX compatible commands. On remote hosts which
|
directories for POSIX compatible commands. On remote hosts which
|
||||||
do not offer the getconf command (like cygwin), the value
|
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,
|
`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
|
:group 'tramp
|
||||||
:type '(repeat (choice
|
:type '(repeat (choice
|
||||||
(const :tag "Default Directories" tramp-default-remote-path)
|
(const :tag "Default Directories" tramp-default-remote-path)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue