]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention non-ASCII C-c LETTER bindings in the lispref manual
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 1 Nov 2020 11:51:17 +0000 (12:51 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 1 Nov 2020 11:51:17 +0000 (12:51 +0100)
* doc/lispref/tips.texi (Key Binding Conventions): Mention
non-ASCII C-c LETTER (bug#15917).

doc/lispref/tips.texi

index 32836639a01462677d58fd7abb016c95c6efdfb7..40d01d47468c503f5f7301bb5ffe03f24e75e3cf 100644 (file)
@@ -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