diff lisp/emacs-lisp/lisp-mode.el @ 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 38cb917d6f8f
children 35fd76739f2f
line wrap: on
line diff
--- 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)