diff options
| author | Richard M. Stallman <rms@gnu.org> | 1993-01-15 07:02:35 +0000 | 
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1993-01-15 07:02:35 +0000 | 
| commit | 62c9fad7e208697e462877973d81224d9bf1d8e6 (patch) | |
| tree | 9c0a084b90f35027ea3c5ad538ccd57c3e7192b2 /lisp/shell.el | |
| parent | 0b67eabf7410f353d64d955620d75d9ced78a0fe (diff) | |
| download | emacs-62c9fad7e208697e462877973d81224d9bf1d8e6.tar.gz | |
(shell): Doc fix.
Diffstat (limited to 'lisp/shell.el')
| -rw-r--r-- | lisp/shell.el | 2 | 
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.  | 
