From: Richard M. Stallman Date: Fri, 16 May 2003 13:34:07 +0000 (+0000) Subject: Index mode-class using @kindex. X-Git-Tag: ttn-vms-21-2-B4~10141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ace41f7d6ec1bd6dfe2f43c0f4a1ab12327db789;p=emacs.git Index mode-class using @kindex. --- diff --git a/lispref/modes.texi b/lispref/modes.texi index 6915c3424c4..7fea8d167fb 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -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)