Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
68fc9643
Commit
68fc9643
authored
Jun 29, 2016
by
Eli Zaretskii
Browse files
* lisp/net/tramp-sh.el (tramp-remote-path): Doc fix. (Bug#23865)
parent
21110afa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lisp/net/tramp-sh.el
lisp/net/tramp-sh.el
+4
-2
No files found.
lisp/net/tramp-sh.el
View file @
68fc9643
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment