1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

Index mode-class using @kindex.

This commit is contained in:
Richard M. Stallman 2003-05-16 13:34:07 +00:00
parent 4f683b1b9c
commit ace41f7d6e

View File

@ -283,7 +283,7 @@ If this mode is appropriate only for specially-prepared text, then the
major mode command symbol should have a property named @code{mode-class}
with value @code{special}, put on as follows:
@cindex @code{mode-class} property
@kindex mode-class @r{(property)}
@cindex @code{special}
@example
(put 'funny-mode 'mode-class 'special)