* lisp/net/tramp.el (tramp-remote-path): Improve docstring.
This commit is contained in:
parent
b371697cdc
commit
16d012cf3b
1 changed files with 3 additions and 1 deletions
|
@ -1372,7 +1372,9 @@ special value `tramp-default-remote-path'.
|
|||
|
||||
`Private Directories' are the settings of the $PATH environment,
|
||||
as given in your `~/.profile'. This entry is represented in
|
||||
the list by the special value `tramp-own-remote-path'."
|
||||
the list by the special value `tramp-own-remote-path'.
|
||||
|
||||
For a full discussion, see Info node `(tramp) Remote programs'."
|
||||
:group 'tramp
|
||||
:type '(repeat (choice
|
||||
(const :tag "Default Directories" tramp-default-remote-path)
|
||||
|
|
Loading…
Add table
Reference in a new issue