]> code.delx.au - gnu-emacs/blobdiff - lispref/modes.texi
(Defining Functions): Explain about redefining primitives.
[gnu-emacs] / 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)