diff options
| author | Eli Zaretskii | 2016-06-29 19:35:57 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-06-29 19:35:57 +0300 |
| commit | 68fc9643708712bb436f15911ca1c17b497265ec (patch) | |
| tree | b97fd9c25af4a704a8c94834be03850539463c1e /lisp | |
| parent | 21110afa2c6bc2698c172854988d306b9308d6f5 (diff) | |
| download | emacs-68fc9643708712bb436f15911ca1c17b497265ec.tar.gz emacs-68fc9643708712bb436f15911ca1c17b497265ec.zip | |
* lisp/net/tramp-sh.el (tramp-remote-path): Doc fix. (Bug#23865)
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/tramp-sh.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index bff6ec31156..6954fd679fd 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -506,10 +506,12 @@ the command \"getconf PATH\". It is recommended to use this | |||
| 506 | entry on top of this list, because these are the default | 506 | entry on top of this list, because these are the default |
| 507 | directories for POSIX compatible commands. On remote hosts which | 507 | directories for POSIX compatible commands. On remote hosts which |
| 508 | do not offer the getconf command (like cygwin), the value | 508 | do not offer the getconf command (like cygwin), the value |
| 509 | \"/bin:/usr/bin\" is used instead of. | 509 | \"/bin:/usr/bin\" is used instead of. This entry is represented in |
| 510 | the list by the special value `tramp-default-remote-path'. | ||
| 510 | 511 | ||
| 511 | `Private Directories' are the settings of the $PATH environment, | 512 | `Private Directories' are the settings of the $PATH environment, |
| 512 | as given in your `~/.profile'." | 513 | as given in your `~/.profile'. This entry is represented in |
| 514 | the list by the special value `tramp-own-remote-path'." | ||
| 513 | :group 'tramp | 515 | :group 'tramp |
| 514 | :type '(repeat (choice | 516 | :type '(repeat (choice |
| 515 | (const :tag "Default Directories" tramp-default-remote-path) | 517 | (const :tag "Default Directories" tramp-default-remote-path) |