changeset 72104:372038a731dd

(Keymaps and Minor Modes): List punct chars for minor modes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 24 Jul 2006 17:55:13 +0000
parents a37e229962ce
children a02949a3a808
files lispref/modes.texi
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/modes.texi	Mon Jul 24 17:54:38 2006 +0000
+++ b/lispref/modes.texi	Mon Jul 24 17:55:13 2006 +0000
@@ -1354,9 +1354,8 @@
 standard one.  The editor command loop handles this function specially.)
 
 The key sequences bound in a minor mode should consist of @kbd{C-c}
-followed by a punctuation character @emph{other than} @kbd{@{},
-@kbd{@}}, @kbd{<}, @kbd{>}, @kbd{:}, and @kbd{;}.  (Those few punctuation
-characters are reserved for major modes.)
+followed by one of @kbd{.,/?`'"[]\|~!#$%^&*()-_+=}.  (The other
+punctuation characters are reserved for major modes.)
 
 @node Defining Minor Modes
 @subsection Defining Minor Modes