summaryrefslogtreecommitdiff
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-01-15 07:02:35 +0000
committerRichard M. Stallman <rms@gnu.org>1993-01-15 07:02:35 +0000
commit326768d795552d755872facda4ba0b836db8d766 (patch)
tree9ad93d7a1c80ddd46a4a7d37f78f1caf94b25904 /lisp/shell.el
parent4b85afc56de4a65dd35ae53bd5a42a878642ea1f (diff)
downloademacs-326768d795552d755872facda4ba0b836db8d766.tar.gz
(shell): Doc fix.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 7f98fad4a00..b16ac2431fa 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -252,7 +252,7 @@ and controlling the subjobs of the shell. See `shell-mode'.
See also the variable `shell-prompt-pattern'.
The shell file name (sans directories) is used to make a symbol name
-such as `explicit-csh-arguments'. If that symbol is a variable,
+such as `explicit-csh-args'. If that symbol is a variable,
its value is used as a list of arguments when invoking the shell.
Otherwise, one argument `-i' is passed to the shell.