Mercurial > emacs
changeset 43570:d83b8cb2d62a
(remote-shell-program): Add doc string.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 26 Feb 2002 21:56:12 +0000 |
parents | 6a87cb44b5d6 |
children | d3b03dea29d4 |
files | lisp/paths.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/paths.el Tue Feb 26 21:56:03 2002 +0000 +++ b/lisp/paths.el Tue Feb 26 21:56:12 2002 +0000 @@ -189,7 +189,8 @@ ((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\")))