# HG changeset patch # User Richard M. Stallman # Date 1153763713 0 # Node ID 372038a731dd0936b80b4c242766fdc7b1602603 # Parent a37e229962ceeda3ebe194a85bac4a5b85c9b70b (Keymaps and Minor Modes): List punct chars for minor modes. diff -r a37e229962ce -r 372038a731dd lispref/modes.texi --- 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