aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/modes.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2006-07-24 17:55:13 +0000
committerRichard M. Stallman <[email protected]>2006-07-24 17:55:13 +0000
commit0931b43ed578cdbe1bbc5e79be808f40ee61d29d (patch)
tree26b8024dd39d167e71e4ebb489db7944c4e65379 /lispref/modes.texi
parent3987272472307265e4c58669892a4841ce01733f (diff)
(Keymaps and Minor Modes): List punct chars for minor modes.
Diffstat (limited to 'lispref/modes.texi')
-rw-r--r--lispref/modes.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index 52d6c3735e..288a8b6cc9 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -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