# HG changeset patch # User Richard M. Stallman # Date 1014760572 0 # Node ID d83b8cb2d62aa69ff54f584f8a840bbd27d320bc # Parent 6a87cb44b5d64a0dd05f8edf35d05c24b0c7279f (remote-shell-program): Add doc string. diff -r 6a87cb44b5d6 -r d83b8cb2d62a lisp/paths.el --- 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\")))