* emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
property (Bug#2984).
This commit is contained in:
parent
3257a7340a
commit
05fcb8daf6
2 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue