diff options
| author | Richard M. Stallman | 2006-12-15 21:21:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-12-15 21:21:43 +0000 |
| commit | c3342e8eb3eaf4560210fd030383a940640648f2 (patch) | |
| tree | b16a8cf206e6ef4384d011fff2790b64c7603ec4 /lisp/shell.el | |
| parent | 71af6fc4675b3312c998a66efc0db8f503d965d0 (diff) | |
| download | emacs-c3342e8eb3eaf4560210fd030383a940640648f2.tar.gz emacs-c3342e8eb3eaf4560210fd030383a940640648f2.zip | |
(shell): Doc fix.
Diffstat (limited to 'lisp/shell.el')
| -rw-r--r-- | lisp/shell.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index a257bafcd4f..27220b54ab0 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -520,8 +520,7 @@ If BUFFER exists but shell process is not running, make new shell. | |||
| 520 | If BUFFER exists and shell process is running, just switch to BUFFER. | 520 | If BUFFER exists and shell process is running, just switch to BUFFER. |
| 521 | Program used comes from variable `explicit-shell-file-name', | 521 | Program used comes from variable `explicit-shell-file-name', |
| 522 | or (if that is nil) from the ESHELL environment variable, | 522 | or (if that is nil) from the ESHELL environment variable, |
| 523 | or (if that is nil) from `shell-file-name' | 523 | or (if that is nil) from `shell-file-name'. |
| 524 | or else from SHELL if there is no ESHELL. | ||
| 525 | If a file `~/.emacs_SHELLNAME' exists, or `~/.emacs.d/init_SHELLNAME.sh', | 524 | If a file `~/.emacs_SHELLNAME' exists, or `~/.emacs.d/init_SHELLNAME.sh', |
| 526 | it is given as initial input (but this may be lost, due to a timing | 525 | it is given as initial input (but this may be lost, due to a timing |
| 527 | error, if the shell discards input when it starts up). | 526 | error, if the shell discards input when it starts up). |