diff options
| author | Richard M. Stallman | 2003-05-16 13:34:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-05-16 13:34:07 +0000 |
| commit | ace41f7d6ec1bd6dfe2f43c0f4a1ab12327db789 (patch) | |
| tree | 93627b8394d1efde9d795b9e41c7c0a5258e5720 | |
| parent | 4f683b1b9cf6fd03b08b8eadf42f97f116762fce (diff) | |
| download | emacs-ace41f7d6ec1bd6dfe2f43c0f4a1ab12327db789.tar.gz emacs-ace41f7d6ec1bd6dfe2f43c0f4a1ab12327db789.zip | |
Index mode-class using @kindex.
| -rw-r--r-- | lispref/modes.texi | 2 |
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 | |||
| 283 | major mode command symbol should have a property named @code{mode-class} | 283 | major mode command symbol should have a property named @code{mode-class} |
| 284 | with value @code{special}, put on as follows: | 284 | with 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) |