mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 05:21:37 -07:00
(Keymaps and Minor Modes): List punct chars for minor modes.
This commit is contained in:
parent
3987272472
commit
0931b43ed5
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue