diff options
| author | Richard M. Stallman | 1992-09-04 07:35:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-09-04 07:35:10 +0000 |
| commit | fbc270e73a293e3df99b33702dc3e6f6fe0e6c7e (patch) | |
| tree | 0efcbe320c7d3ffe5ea8660154cb43121a2b9af4 | |
| parent | 847f73fdb8e17e9b167bec940e2739811764d536 (diff) | |
| download | emacs-fbc270e73a293e3df99b33702dc3e6f6fe0e6c7e.tar.gz emacs-fbc270e73a293e3df99b33702dc3e6f6fe0e6c7e.zip | |
entered into RCS
| -rw-r--r-- | lisp/shell.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index ad381ac1ef0..7f98fad4a00 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -240,16 +240,16 @@ to match their respective commands." | |||
| 240 | "Run an inferior shell, with I/O through buffer *shell*. | 240 | "Run an inferior shell, with I/O through buffer *shell*. |
| 241 | If buffer exists but shell process is not running, make new shell. | 241 | If buffer exists but shell process is not running, make new shell. |
| 242 | If buffer exists and shell process is running, | 242 | If buffer exists and shell process is running, |
| 243 | just switch to buffer *shell*. | 243 | just switch to buffer `*shell*'. |
| 244 | Program used comes from variable explicit-shell-file-name, | 244 | Program used comes from variable explicit-shell-file-name, |
| 245 | or (if that is nil) from the ESHELL environment variable, | 245 | or (if that is nil) from the ESHELL environment variable, |
| 246 | or else from SHELL if there is no ESHELL. | 246 | or else from SHELL if there is no ESHELL. |
| 247 | If a file ~/.emacs_SHELLNAME exists, it is given as initial input | 247 | If a file `~/.emacs_SHELLNAME' exists, it is given as initial input |
| 248 | (Note that this may lose due to a timing error if the shell | 248 | (Note that this may lose due to a timing error if the shell |
| 249 | discards input when it starts up.) | 249 | discards input when it starts up.) |
| 250 | The buffer is put in shell-mode, giving commands for sending input | 250 | The buffer is put in Shell mode, giving commands for sending input |
| 251 | and controlling the subjobs of the shell. See shell-mode. | 251 | and controlling the subjobs of the shell. See `shell-mode'. |
| 252 | See also variable shell-prompt-pattern. | 252 | See also the variable `shell-prompt-pattern'. |
| 253 | 253 | ||
| 254 | The shell file name (sans directories) is used to make a symbol name | 254 | The shell file name (sans directories) is used to make a symbol name |
| 255 | such as `explicit-csh-arguments'. If that symbol is a variable, | 255 | such as `explicit-csh-arguments'. If that symbol is a variable, |