diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2023-02-28 16:42:11 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2023-02-28 16:42:11 +0100 |
commit | 16d012cf3bd788bc622b00936ad0786128085316 (patch) | |
tree | 99abb20cc3df93058a12e5ce4338c4e32e8097eb /lisp/net | |
parent | b371697cdca6069378c713ac8e36ec98b06c5cc3 (diff) | |
download | emacs-16d012cf3bd788bc622b00936ad0786128085316.tar.gz emacs-16d012cf3bd788bc622b00936ad0786128085316.tar.bz2 emacs-16d012cf3bd788bc622b00936ad0786128085316.zip |
* lisp/net/tramp.el (tramp-remote-path): Improve docstring.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/tramp.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index eaddc36b54a..b24bd33de82 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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) |