From: Eli Zaretskii Date: Tue, 9 Feb 2016 18:12:17 +0000 (+0200) Subject: Clarify documentation of key binding conventions X-Git-Tag: emacs-25.0.91~37 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7777e8089fe3ea260b3f591e67c0e66c44d9969e;p=emacs.git Clarify documentation of key binding conventions * doc/lispref/tips.texi (Key Binding Conventions): Clarify which "punctuation characters" are reserved after "C-c". (Bug#22604) --- diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index 8e92bb90120..0a3d244157e 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi @@ -290,10 +290,11 @@ Sequences consisting of @kbd{C-c} followed by @kbd{@{}, @kbd{@}}, @kbd{<}, @kbd{>}, @kbd{:} or @kbd{;} are also reserved for major modes. @item -Sequences consisting of @kbd{C-c} followed by any other punctuation -character are allocated for minor modes. Using them in a major mode is -not absolutely prohibited, but if you do that, the major mode binding -may be shadowed from time to time by minor modes. +Sequences consisting of @kbd{C-c} followed by any other +@acronym{ASCII} punctuation or symbol character are allocated for +minor modes. Using them in a major mode is not absolutely prohibited, +but if you do that, the major mode binding may be shadowed from time +to time by minor modes. @item Don't bind @kbd{C-h} following any prefix character (including