diff options
| author | Richard M. Stallman | 2002-02-26 21:56:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-02-26 21:56:12 +0000 |
| commit | a608ec1b8480c8be2405867e6ccf2a75d9fe4c2c (patch) | |
| tree | 5632d133bc340bd061bcd2d23b97964a8d7ab397 | |
| parent | b6d2e45e171a550de477f3e979da73ef65dcea0f (diff) | |
| download | emacs-a608ec1b8480c8be2405867e6ccf2a75d9fe4c2c.tar.gz emacs-a608ec1b8480c8be2405867e6ccf2a75d9fe4c2c.zip | |
(remote-shell-program): Add doc string.
| -rw-r--r-- | lisp/paths.el | 3 |
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.") | |||
| 189 | ((file-exists-p "/bin/rcmd") "/bin/rcmd") | 189 | ((file-exists-p "/bin/rcmd") "/bin/rcmd") |
| 190 | ((file-exists-p "/bin/rsh") "/bin/rsh") | 190 | ((file-exists-p "/bin/rsh") "/bin/rsh") |
| 191 | ((file-exists-p "/usr/bin/rsh") "/usr/bin/rsh") | 191 | ((file-exists-p "/usr/bin/rsh") "/usr/bin/rsh") |
| 192 | (t "rsh"))) | 192 | (t "rsh")) |
| 193 | "File name for remote-shell program (often rsh or remsh).") | ||
| 193 | 194 | ||
| 194 | (defconst term-file-prefix (if (eq system-type 'vax-vms) "[.term]" "term/") "\ | 195 | (defconst term-file-prefix (if (eq system-type 'vax-vms) "[.term]" "term/") "\ |
| 195 | If non-nil, Emacs startup does (load (concat term-file-prefix (getenv \"TERM\"))) | 196 | If non-nil, Emacs startup does (load (concat term-file-prefix (getenv \"TERM\"))) |