* lisp/net/tramp-sh.el (tramp-remote-path): Doc fix.
This commit is contained in:
parent
68fc964370
commit
f981b31367
1 changed files with 2 additions and 2 deletions
|
@ -503,10 +503,10 @@ tilde expansion, all directory names starting with `~' will be ignored.
|
||||||
|
|
||||||
`Default Directories' represent the list of directories given by
|
`Default Directories' represent the list of directories given by
|
||||||
the command \"getconf PATH\". It is recommended to use this
|
the command \"getconf PATH\". It is recommended to use this
|
||||||
entry on top of this list, because these are the default
|
entry on head 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. This entry is represented in
|
\"/bin:/usr/bin\" is used instead. This entry is represented in
|
||||||
the list by the special value `tramp-default-remote-path'.
|
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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue