diff options
| author | Lars Ingebrigtsen | 2020-11-01 12:48:34 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-11-01 12:48:40 +0100 |
| commit | 7602ed6b8271cb034383bd371a1a5f753130aaa4 (patch) | |
| tree | 5d3c552309eb58a1004b3effaed1c4b8605e3631 | |
| parent | 06585bb939ed61574a4b79455c58cab02f11f0fc (diff) | |
| download | emacs-7602ed6b8271cb034383bd371a1a5f753130aaa4.tar.gz emacs-7602ed6b8271cb034383bd371a1a5f753130aaa4.zip | |
Mention the C-c LETTER keybinding convention
* doc/emacs/custom.texi (Keymaps): Reintroduce the text about C-c
LETTER (bug#15917), and clarify.
| -rw-r--r-- | doc/emacs/custom.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 81874a04aa7..ee4ab6c3c6f 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -1582,6 +1582,13 @@ starts with @kbd{@key{ESC} [}.) If Emacs understands your terminal | |||
| 1582 | type properly, it automatically handles such sequences as single input | 1582 | type properly, it automatically handles such sequences as single input |
| 1583 | events. | 1583 | events. |
| 1584 | 1584 | ||
| 1585 | Key sequences that consists of @kbd{C-c} followed by a letter (upper | ||
| 1586 | or lower case; @acronym{ASCII} or non-@acronym{ASCII}) are reserved | ||
| 1587 | for users. Emacs itself will never bind those key sequences, and | ||
| 1588 | Emacs extensions should avoid binding them. In other words, users can | ||
| 1589 | bind key sequences like @kbd{C-c a} or @kbd{C-c รง} and rely on these | ||
| 1590 | never being shadowed by other Emacs bindings. | ||
| 1591 | |||
| 1585 | @node Prefix Keymaps | 1592 | @node Prefix Keymaps |
| 1586 | @subsection Prefix Keymaps | 1593 | @subsection Prefix Keymaps |
| 1587 | 1594 | ||