1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

* 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

@ -1,3 +1,8 @@
2009-04-16 Robert Brown <brown@google.com> (tiny change)
* emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
property (Bug#2984).
2009-04-16 Leo <sdl.web@gmail.com> (tiny change)
* ediff-wind.el (ediff-make-wide-display): Fix typo in frame

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)