aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-04 03:06:28 +0000
committerRichard M. Stallman1997-08-04 03:06:28 +0000
commitebe4d555dcf8dac99947dd5a75ae50727964ccd3 (patch)
treeb20130ffb2de18fc362efe4c8a4387f2a0e82682
parent89819bddb637d126d0d4506e1ddc26a2ed44e0e0 (diff)
downloademacs-ebe4d555dcf8dac99947dd5a75ae50727964ccd3.tar.gz
emacs-ebe4d555dcf8dac99947dd5a75ae50727964ccd3.zip
(shell): Doc fix.
-rw-r--r--lisp/shell.el7
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
428and controlling the subjobs of the shell. See `shell-mode'. 428and controlling the subjobs of the shell. See `shell-mode'.
429See also the variable `shell-prompt-pattern'. 429See also the variable `shell-prompt-pattern'.
430 430
431To specify a coding system for converting non-ASCII characters
432in the input and output to the shell, use \\[universal-coding-system-argument]
433before \\[shell]. You can also specify this with \\[set-buffer-process-coding-system]
434in the shell buffer, after you start the shell.
435The default comes from `process-coding-system-alist' and
436`default-process-coding-system'.
437
431The shell file name (sans directories) is used to make a symbol name 438The shell file name (sans directories) is used to make a symbol name
432such as `explicit-csh-args'. If that symbol is a variable, 439such as `explicit-csh-args'. If that symbol is a variable,
433its value is used as a list of arguments when invoking the shell. 440its value is used as a list of arguments when invoking the shell.