]> git.eshelyaron.com Git - emacs.git/commitdiff
(Keymaps and Minor Modes): List punct chars for minor modes.
authorRichard M. Stallman <rms@gnu.org>
Mon, 24 Jul 2006 17:55:13 +0000 (17:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 24 Jul 2006 17:55:13 +0000 (17:55 +0000)
lispref/modes.texi

index 52d6c3735e6ef9aaa6781d428ab3371c15cfc1e3..288a8b6cc9d66b43d38b41a991595f2660fe5451 100644 (file)
@@ -1354,9 +1354,8 @@ substituting your own definition of @code{self-insert-command} for the
 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