* emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt

property (Bug#2984).
This commit is contained in:
Chong Yidong 2009-04-16 04:31:13 +00:00
parent 3257a7340a
commit 05fcb8daf6
2 changed files with 6 additions and 0 deletions

View file

@ -132,6 +132,7 @@
(put 'defvar 'doc-string-elt 3)
(put 'defcustom 'doc-string-elt 3)
(put 'deftheme 'doc-string-elt 2)
(put 'deftype 'doc-string-elt 3)
(put 'defconst 'doc-string-elt 3)
(put 'defmacro 'doc-string-elt 3)
(put 'defmacro* 'doc-string-elt 3)