emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 7777e80: Clarify documentation of key binding con


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 7777e80: Clarify documentation of key binding conventions
Date: Tue, 09 Feb 2016 18:13:20 +0000

branch: emacs-25
commit 7777e8089fe3ea260b3f591e67c0e66c44d9969e
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Clarify documentation of key binding conventions
    
    * doc/lispref/tips.texi (Key Binding Conventions): Clarify which
    "punctuation characters" are reserved after "C-c".  (Bug#22604)
---
 doc/lispref/tips.texi |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index 8e92bb9..0a3d244 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -290,10 +290,11 @@ Sequences consisting of @kbd{C-c} followed by 
@address@hidden, @address@hidden,
 @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
address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]