]> git.eshelyaron.com Git - emacs.git/commitdiff
Index mode-class using @kindex.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 May 2003 13:34:07 +0000 (13:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 May 2003 13:34:07 +0000 (13:34 +0000)
lispref/modes.texi

index 6915c3424c41f29cf401a0f46e84858e6570c14e..7fea8d167fb3d3c08b20e0eda4870c12c5f13a68 100644 (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)