aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/autoload.el
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2000-03-29 21:31:40 +0000
committerAndreas Schwab <[email protected]>2000-03-29 21:31:40 +0000
commitd14ef04bda68560d16a695f9da6a5f83917d39f2 (patch)
tree3808d7d82bb6cb855112746a86e7e66035c75a67 /lisp/emacs-lisp/autoload.el
parent8b0b6a7f28fcd8a253ed090791c395c3e7fd0446 (diff)
Also print defsubst doc string
specially.
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r--lisp/emacs-lisp/autoload.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index bccc7e0ea8..58f1fd0b90 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -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)