mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
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).
This commit is contained in:
parent
7602ed6b82
commit
a0a60321fe
1 changed files with 3 additions and 2 deletions
|
|
@ -283,8 +283,9 @@ implementing such clickable links.
|
||||||
@cindex keys, reserved
|
@cindex keys, reserved
|
||||||
Don't define @kbd{C-c @var{letter}} as a key in Lisp programs.
|
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
|
Sequences consisting of @kbd{C-c} and a letter (either upper or lower
|
||||||
case) are reserved for users; they are the @strong{only} sequences
|
case; @acronym{ASCII} or non-@acronym{ASCII}) are reserved for users;
|
||||||
reserved for users, so do not block them.
|
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
|
Changing all the Emacs major modes to respect this convention was a
|
||||||
lot of work; abandoning this convention would make that work go to
|
lot of work; abandoning this convention would make that work go to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue