diff options
| author | Richard M. Stallman | 2006-12-15 21:17:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-12-15 21:17:01 +0000 |
| commit | 71af6fc4675b3312c998a66efc0db8f503d965d0 (patch) | |
| tree | 0e874048b7c38a713a6c7767f102151598d7d2f6 | |
| parent | f038449950d1fdf0a93f033b53f73ef24a2f617b (diff) | |
| download | emacs-71af6fc4675b3312c998a66efc0db8f503d965d0.tar.gz emacs-71af6fc4675b3312c998a66efc0db8f503d965d0.zip | |
(shell): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/shell.el | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f93539c416c..4a746ddce8a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-12-15 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * shell.el (shell): Doc fix. | ||
| 4 | |||
| 1 | 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com> | 5 | 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com> |
| 2 | 6 | ||
| 3 | * emulation/edt.el (edt-xserver): | 7 | * emulation/edt.el (edt-xserver): |
diff --git a/lisp/shell.el b/lisp/shell.el index 2b1b6a907e4..a257bafcd4f 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -520,10 +520,11 @@ 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 else from SHELL if there is no ESHELL. | 524 | or else from SHELL if there is no ESHELL. |
| 524 | If a file `~/.emacs_SHELLNAME' exists, or `~/.emacs.d/init_SHELLNAME.sh', | 525 | If a file `~/.emacs_SHELLNAME' exists, or `~/.emacs.d/init_SHELLNAME.sh', |
| 525 | it is given as initial input (Note that this may lose due to a timing | 526 | it is given as initial input (but this may be lost, due to a timing |
| 526 | error if the shell discards input when it starts up). | 527 | error, if the shell discards input when it starts up). |
| 527 | The buffer is put in Shell mode, giving commands for sending input | 528 | The buffer is put in Shell mode, giving commands for sending input |
| 528 | and controlling the subjobs of the shell. See `shell-mode'. | 529 | and controlling the subjobs of the shell. See `shell-mode'. |
| 529 | See also the variable `shell-prompt-pattern'. | 530 | See also the variable `shell-prompt-pattern'. |