comparison 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
comparison
equal deleted inserted replaced
102997:16c9c375ab15 102998:3193dcef2e7b
130 (put 'defun 'doc-string-elt 3) 130 (put 'defun 'doc-string-elt 3)
131 (put 'defun* 'doc-string-elt 3) 131 (put 'defun* 'doc-string-elt 3)
132 (put 'defvar 'doc-string-elt 3) 132 (put 'defvar 'doc-string-elt 3)
133 (put 'defcustom 'doc-string-elt 3) 133 (put 'defcustom 'doc-string-elt 3)
134 (put 'deftheme 'doc-string-elt 2) 134 (put 'deftheme 'doc-string-elt 2)
135 (put 'deftype 'doc-string-elt 3)
135 (put 'defconst 'doc-string-elt 3) 136 (put 'defconst 'doc-string-elt 3)
136 (put 'defmacro 'doc-string-elt 3) 137 (put 'defmacro 'doc-string-elt 3)
137 (put 'defmacro* 'doc-string-elt 3) 138 (put 'defmacro* 'doc-string-elt 3)
138 (put 'defsubst 'doc-string-elt 3) 139 (put 'defsubst 'doc-string-elt 3)
139 (put 'defstruct 'doc-string-elt 2) 140 (put 'defstruct 'doc-string-elt 2)