(remote-shell-program): Add doc string.
This commit is contained in:
parent
b6d2e45e17
commit
a608ec1b84
1 changed files with 2 additions and 1 deletions
|
@ -189,7 +189,8 @@ Its name should end with a slash.")
|
|||
((file-exists-p "/bin/rcmd") "/bin/rcmd")
|
||||
((file-exists-p "/bin/rsh") "/bin/rsh")
|
||||
((file-exists-p "/usr/bin/rsh") "/usr/bin/rsh")
|
||||
(t "rsh")))
|
||||
(t "rsh"))
|
||||
"File name for remote-shell program (often rsh or remsh).")
|
||||
|
||||
(defconst term-file-prefix (if (eq system-type 'vax-vms) "[.term]" "term/") "\
|
||||
If non-nil, Emacs startup does (load (concat term-file-prefix (getenv \"TERM\")))
|
||||
|
|
Loading…
Add table
Reference in a new issue