emacs-diffs
[Top][All Lists]
Advanced

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

master 468a00f: * doc/lispref/keymaps.texi (Translation Keymaps): Fix sm


From: Filipp Gunbin
Subject: master 468a00f: * doc/lispref/keymaps.texi (Translation Keymaps): Fix small misprint
Date: Tue, 13 Apr 2021 13:07:32 -0400 (EDT)

branch: master
commit 468a00f380ec46d57fec73c0dbb90779963be4fe
Author: Filipp Gunbin <fgunbin@fastmail.fm>
Commit: Filipp Gunbin <fgunbin@fastmail.fm>

    * doc/lispref/keymaps.texi (Translation Keymaps): Fix small misprint
---
 doc/lispref/keymaps.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index dabf985..cbc94d8 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -1686,7 +1686,7 @@ presence of such a binding can still prevent translation 
from taking place.
 For example, let us return to our VT100 example above and add a binding for
 @kbd{C-c @key{ESC}} to the global map; now when the user hits @kbd{C-c
 @key{PF1}} Emacs will fail to decode @kbd{C-c @key{ESC} O P} into @kbd{C-c
-@key{PF1}} because it will stop reading keys right after @kbd{C-x @key{ESC}},
+@key{PF1}} because it will stop reading keys right after @kbd{C-c @key{ESC}},
 leaving @kbd{O P} for later.  This is in case the user really hit @kbd{C-c
 @key{ESC}}, in which case Emacs should not sit there waiting for the next key
 to decide whether the user really pressed @kbd{@key{ESC}} or @kbd{@key{PF1}}.



reply via email to

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