summaryrefslogtreecommitdiff
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorDavid Röthlisberger <david@rothlis.net>2019-10-12 07:10:27 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-10-12 07:10:27 +0200
commitf2c5ba71e4e91969808f0641a129a57701689b1b (patch)
treeac22439c5d7d64b0eaba21023de22a2a20fbfab8 /lisp/shell.el
parente03afa50ee6bdf0316e5eff58df3b5bfd3bd8338 (diff)
downloademacs-f2c5ba71e4e91969808f0641a129a57701689b1b.tar.gz
Fix `shell' doc keymap expansions
* lisp/shell.el (shell): Make the commands be expanded in the correct keymap (bug#11202). Copyright-paperwork-exempt: yes
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el2
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
and controlling the subjobs of the shell. See `shell-mode'.
See also the variable `shell-prompt-pattern'.
-To specify a coding system for converting non-ASCII characters
+\\<shell-mode-map>To specify a coding system for converting non-ASCII characters
in the input and output to the shell, use \\[universal-coding-system-argument]
before \\[shell]. You can also specify this with \\[set-buffer-process-coding-system]
in the shell buffer, after you start the shell.