diff options
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 556330c8d5e..38b0ef85b96 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -696,7 +696,7 @@ The buffer is put in Shell mode, giving commands for sending input | |||
| 696 | and controlling the subjobs of the shell. See `shell-mode'. | 696 | and controlling the subjobs of the shell. See `shell-mode'. |
| 697 | See also the variable `shell-prompt-pattern'. | 697 | See also the variable `shell-prompt-pattern'. |
| 698 | 698 | ||
| 699 | To specify a coding system for converting non-ASCII characters | 699 | \\<shell-mode-map>To specify a coding system for converting non-ASCII characters |
| 700 | in the input and output to the shell, use \\[universal-coding-system-argument] | 700 | in the input and output to the shell, use \\[universal-coding-system-argument] |
| 701 | before \\[shell]. You can also specify this with \\[set-buffer-process-coding-system] | 701 | before \\[shell]. You can also specify this with \\[set-buffer-process-coding-system] |
| 702 | in the shell buffer, after you start the shell. | 702 | in the shell buffer, after you start the shell. |