]> git.eshelyaron.com Git - emacs.git/commitdiff
Also print defsubst doc string
authorAndreas Schwab <schwab@suse.de>
Wed, 29 Mar 2000 21:31:40 +0000 (21:31 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 29 Mar 2000 21:31:40 +0000 (21:31 +0000)
specially.

lisp/emacs-lisp/autoload.el

index bccc7e0ea88a0b1ece669ad61f7bda1fe5e305b1..58f1fd0b9041021b8e8ea8cc60333e9c2a46c960 100644 (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)