aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-05-16 13:34:07 +0000
committerRichard M. Stallman2003-05-16 13:34:07 +0000
commitace41f7d6ec1bd6dfe2f43c0f4a1ab12327db789 (patch)
tree93627b8394d1efde9d795b9e41c7c0a5258e5720
parent4f683b1b9cf6fd03b08b8eadf42f97f116762fce (diff)
downloademacs-ace41f7d6ec1bd6dfe2f43c0f4a1ab12327db789.tar.gz
emacs-ace41f7d6ec1bd6dfe2f43c0f4a1ab12327db789.zip
Index mode-class using @kindex.
-rw-r--r--lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
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
283major mode command symbol should have a property named @code{mode-class} 283major mode command symbol should have a property named @code{mode-class}
284with value @code{special}, put on as follows: 284with value @code{special}, put on as follows:
285 285
286@cindex @code{mode-class} property 286@kindex mode-class @r{(property)}
287@cindex @code{special} 287@cindex @code{special}
288@example 288@example
289(put 'funny-mode 'mode-class 'special) 289(put 'funny-mode 'mode-class 'special)