1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(remote-shell-program): Add doc string.

This commit is contained in:
Richard M. Stallman 2002-02-26 21:56:12 +00:00
parent b6d2e45e17
commit a608ec1b84

View File

@ -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\")))