emacs-diffs
[Top][All Lists]
Advanced

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

master a0a6032: Mention non-ASCII C-c LETTER bindings in the lispref man


From: Lars Ingebrigtsen
Subject: master a0a6032: Mention non-ASCII C-c LETTER bindings in the lispref manual
Date: Sun, 1 Nov 2020 06:51:28 -0500 (EST)

branch: master
commit a0a60321fe8128dae8bab111a96fbe12f38e481c
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Mention non-ASCII C-c LETTER bindings in the lispref manual
    
    * doc/lispref/tips.texi (Key Binding Conventions): Mention
    non-ASCII C-c LETTER (bug#15917).
---
 doc/lispref/tips.texi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index 3283663..40d01d4 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -283,8 +283,9 @@ implementing such clickable links.
 @cindex keys, reserved
 Don't define @kbd{C-c @var{letter}} as a key in Lisp programs.
 Sequences consisting of @kbd{C-c} and a letter (either upper or lower
-case) are reserved for users; they are the @strong{only} sequences
-reserved for users, so do not block them.
+case; @acronym{ASCII} or non-@acronym{ASCII}) are reserved for users;
+they are the @strong{only} sequences reserved for users, so do not
+block them.
 
 Changing all the Emacs major modes to respect this convention was a
 lot of work; abandoning this convention would make that work go to



reply via email to

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