From: Richard M. Stallman Date: Tue, 26 Feb 2002 21:56:12 +0000 (+0000) Subject: (remote-shell-program): Add doc string. X-Git-Tag: ttn-vms-21-2-B4~16448 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a608ec1b8480c8be2405867e6ccf2a75d9fe4c2c;p=emacs.git (remote-shell-program): Add doc string. --- diff --git a/lisp/paths.el b/lisp/paths.el index 78d4ff0acfa..0a16c2bedba 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -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\")))