* lisp/emacs-lisp/byte-run.el (defsubst): Doc fix.
This commit is contained in:
parent
735c8b516e
commit
2fdc01c036
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ You don't need this. (See bytecomp.el commentary for more details.)
|
||||||
|
|
||||||
(defmacro defsubst (name arglist &rest body)
|
(defmacro defsubst (name arglist &rest body)
|
||||||
"Define an inline function. The syntax is just like that of `defun'.
|
"Define an inline function. The syntax is just like that of `defun'.
|
||||||
|
|
||||||
\(fn NAME ARGLIST &optional DOCSTRING DECL &rest BODY)"
|
\(fn NAME ARGLIST &optional DOCSTRING DECL &rest BODY)"
|
||||||
(declare (debug defun) (doc-string 3))
|
(declare (debug defun) (doc-string 3))
|
||||||
(or (memq (get name 'byte-optimizer)
|
(or (memq (get name 'byte-optimizer)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue