Mercurial > emacs
changeset 51021:59fa0bb3f282
Index mode-class using @kindex.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 16 May 2003 13:34:07 +0000 |
parents | 417a9e80f335 |
children | 66b3b1b70da3 |
files | lispref/modes.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/modes.texi Fri May 16 13:32:42 2003 +0000 +++ b/lispref/modes.texi Fri May 16 13:34:07 2003 +0000 @@ -283,7 +283,7 @@ 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)