summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-02-26 21:56:12 +0000
committerRichard M. Stallman <rms@gnu.org>2002-02-26 21:56:12 +0000
commit2dfe3aa265e17000f8602ddf5efdcd11edb41b80 (patch)
treeb61503cbc34088045ccafc163b494815cf4a4ec0
parent40c6d515e33676e1d925de754820ad4765cd7cb9 (diff)
downloademacs-2dfe3aa265e17000f8602ddf5efdcd11edb41b80.tar.gz
(remote-shell-program): Add doc string.
-rw-r--r--lisp/paths.el3
1 files changed, 2 insertions, 1 deletions
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\")))