]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify documentation of key binding conventions
authorEli Zaretskii <eliz@gnu.org>
Tue, 9 Feb 2016 18:12:17 +0000 (20:12 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 9 Feb 2016 18:12:17 +0000 (20:12 +0200)
* doc/lispref/tips.texi (Key Binding Conventions): Clarify which
"punctuation characters" are reserved after "C-c".  (Bug#22604)

doc/lispref/tips.texi

index 8e92bb9012079207ba283f2a762371aced2cff53..0a3d244157eb22fcd6b8e30bbd5a10987c9e083f 100644 (file)
@@ -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