]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
authorChong Yidong <cyd@stupidchicken.com>
Thu, 16 Apr 2009 04:31:13 +0000 (04:31 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 16 Apr 2009 04:31:13 +0000 (04:31 +0000)
property (Bug#2984).

lisp/ChangeLog
lisp/emacs-lisp/lisp-mode.el

index 878361621b82eed0f8a711aa135f783c84098ece..b35f7c8893b9a9d6938447a5de1cd0a56e492df7 100644 (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
index bd330a727c345e995979751f07631f7dba9ffed3..3e3d3960f9756c2e5d71aa9c4058eb7ba0b36be6 100644 (file)
 (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)