Mercurial > emacs
changeset 102998:3193dcef2e7b
* emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
property (Bug#2984).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 16 Apr 2009 04:31:13 +0000 |
parents | 16c9c375ab15 |
children | 4dbc3b20d83b |
files | lisp/ChangeLog lisp/emacs-lisp/lisp-mode.el |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Apr 16 04:08:15 2009 +0000 +++ b/lisp/ChangeLog Thu Apr 16 04:31:13 2009 +0000 @@ -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
--- a/lisp/emacs-lisp/lisp-mode.el Thu Apr 16 04:08:15 2009 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Thu Apr 16 04:31:13 2009 +0000 @@ -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)