]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix `shell' doc keymap expansions
authorDavid Röthlisberger <david@rothlis.net>
Sat, 12 Oct 2019 05:10:27 +0000 (07:10 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Oct 2019 05:10:27 +0000 (07:10 +0200)
* lisp/shell.el (shell): Make the commands be expanded in the
correct keymap (bug#11202).

Copyright-paperwork-exempt: yes

lisp/shell.el

index 556330c8d5e5596bd20be00c03fa0ddcc0efc912..38b0ef85b96b2faee47db2522c936116ae5f7de9 100644 (file)
@@ -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.