emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f2c5ba7 2/2: Fix `shell' doc keymap expansions


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master f2c5ba7 2/2: Fix `shell' doc keymap expansions
Date: Sat, 12 Oct 2019 01:11:51 -0400 (EDT)

branch: master
commit f2c5ba71e4e91969808f0641a129a57701689b1b
Author: David Röthlisberger <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix `shell' doc keymap expansions
    
    * lisp/shell.el (shell): Make the commands be expanded in the
    correct keymap (bug#11202).
    
    Copyright-paperwork-exempt: yes
---
 lisp/shell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/shell.el b/lisp/shell.el
index 556330c..38b0ef8 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]