comparison lisp/emacs-lisp/lisp-mode.el @ 41812:fb0d648feaa6

(toplevel): Define docstring offset for `defmacro*'.
author Colin Walters <walters@gnu.org>
date Tue, 04 Dec 2001 07:09:47 +0000
parents 1e0988cac637
children 103ed59cfd30
comparison
equal deleted inserted replaced
41811:0343ccd72be1 41812:fb0d648feaa6
121 (put 'defun* 'doc-string-elt 3) 121 (put 'defun* 'doc-string-elt 3)
122 (put 'defvar 'doc-string-elt 3) 122 (put 'defvar 'doc-string-elt 3)
123 (put 'defcustom 'doc-string-elt 3) 123 (put 'defcustom 'doc-string-elt 3)
124 (put 'defconst 'doc-string-elt 3) 124 (put 'defconst 'doc-string-elt 3)
125 (put 'defmacro 'doc-string-elt 3) 125 (put 'defmacro 'doc-string-elt 3)
126 (put 'defmacro* 'doc-string-elt 3)
126 (put 'defsubst 'doc-string-elt 3) 127 (put 'defsubst 'doc-string-elt 3)
127 (put 'define-skeleton 'doc-string-elt 2) 128 (put 'define-skeleton 'doc-string-elt 2)
128 (put 'define-derived-mode 'doc-string-elt 4) 129 (put 'define-derived-mode 'doc-string-elt 4)
129 (put 'easy-mmode-define-minor-mode 'doc-string-elt 2) 130 (put 'easy-mmode-define-minor-mode 'doc-string-elt 2)
130 (put 'define-minor-mode 'doc-string-elt 2) 131 (put 'define-minor-mode 'doc-string-elt 2)