mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* 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
|
|
@ -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…
Add table
Add a link
Reference in a new issue