* lisp/emacs-lisp/byte-run.el (defsubst): Doc fix.

This commit is contained in:
Glenn Morris 2017-11-21 13:28:00 -05:00
parent 735c8b516e
commit 2fdc01c036

View file

@ -322,6 +322,7 @@ You don't need this. (See bytecomp.el commentary for more details.)
(defmacro defsubst (name arglist &rest body)
"Define an inline function. The syntax is just like that of `defun'.
\(fn NAME ARGLIST &optional DOCSTRING DECL &rest BODY)"
(declare (debug defun) (doc-string 3))
(or (memq (get name 'byte-optimizer)