1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

* lisp/net/tramp-sh.el (tramp-remote-path): Doc fix. (Bug#23865)

This commit is contained in:
Eli Zaretskii 2016-06-29 19:35:57 +03:00
parent 21110afa2c
commit 68fc964370

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