1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

Also print defsubst doc string

specially.
This commit is contained in:
Andreas Schwab 2000-03-29 21:31:40 +00:00
parent 8b0b6a7f28
commit d14ef04bda

View File

@ -134,6 +134,7 @@ Returns nil if FORM is not a `defun', `define-skeleton',
(put 'defcustom 'doc-string-elt 3)
(put 'defconst 'doc-string-elt 3)
(put 'defmacro 'doc-string-elt 3)
(put 'defsubst 'doc-string-elt 3)
(put 'define-skeleton 'doc-string-elt 3)
(put 'define-derived-mode 'doc-string-elt 3)
(put 'easy-mmode-define-minor-mode 'doc-string-elt 3)