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:
parent
8b0b6a7f28
commit
d14ef04bda
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user