diff options
| author | Richard M. Stallman | 1997-08-04 03:06:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-04 03:06:28 +0000 |
| commit | ebe4d555dcf8dac99947dd5a75ae50727964ccd3 (patch) | |
| tree | b20130ffb2de18fc362efe4c8a4387f2a0e82682 | |
| parent | 89819bddb637d126d0d4506e1ddc26a2ed44e0e0 (diff) | |
| download | emacs-ebe4d555dcf8dac99947dd5a75ae50727964ccd3.tar.gz emacs-ebe4d555dcf8dac99947dd5a75ae50727964ccd3.zip | |
(shell): Doc fix.
| -rw-r--r-- | lisp/shell.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index 0fa5462ab8a..144bafec08e 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -428,6 +428,13 @@ The buffer is put in Shell mode, giving commands for sending input | |||
| 428 | and controlling the subjobs of the shell. See `shell-mode'. | 428 | and controlling the subjobs of the shell. See `shell-mode'. |
| 429 | See also the variable `shell-prompt-pattern'. | 429 | See also the variable `shell-prompt-pattern'. |
| 430 | 430 | ||
| 431 | To specify a coding system for converting non-ASCII characters | ||
| 432 | in the input and output to the shell, use \\[universal-coding-system-argument] | ||
| 433 | before \\[shell]. You can also specify this with \\[set-buffer-process-coding-system] | ||
| 434 | in the shell buffer, after you start the shell. | ||
| 435 | The default comes from `process-coding-system-alist' and | ||
| 436 | `default-process-coding-system'. | ||
| 437 | |||
| 431 | The shell file name (sans directories) is used to make a symbol name | 438 | The shell file name (sans directories) is used to make a symbol name |
| 432 | such as `explicit-csh-args'. If that symbol is a variable, | 439 | such as `explicit-csh-args'. If that symbol is a variable, |
| 433 | its value is used as a list of arguments when invoking the shell. | 440 | its value is used as a list of arguments when invoking the shell. |