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:
parent
3257a7340a
commit
05fcb8daf6
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user