* lisp/emacs-lisp/byte-run.el (defsubst): Doc fix.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user