aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-11-21 13:28:00 -0500
committerGlenn Morris2017-11-21 13:28:00 -0500
commit2fdc01c036bdb17bdb11bd4d4de7730db2e5a19d (patch)
treec34fbdca9422e448d5e103b0e6a1118e342de474
parent735c8b516e09ecd056563569fb132e5ca56810d7 (diff)
downloademacs-2fdc01c036bdb17bdb11bd4d4de7730db2e5a19d.tar.gz
emacs-2fdc01c036bdb17bdb11bd4d4de7730db2e5a19d.zip
* lisp/emacs-lisp/byte-run.el (defsubst): Doc fix.
-rw-r--r--lisp/emacs-lisp/byte-run.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el
index e4f21c9d6d4..d6c43ecf462 100644
--- a/lisp/emacs-lisp/byte-run.el
+++ b/lisp/emacs-lisp/byte-run.el
@@ -322,6 +322,7 @@ You don't need this. (See bytecomp.el commentary for more details.)
322 322
323(defmacro defsubst (name arglist &rest body) 323(defmacro defsubst (name arglist &rest body)
324 "Define an inline function. The syntax is just like that of `defun'. 324 "Define an inline function. The syntax is just like that of `defun'.
325
325\(fn NAME ARGLIST &optional DOCSTRING DECL &rest BODY)" 326\(fn NAME ARGLIST &optional DOCSTRING DECL &rest BODY)"
326 (declare (debug defun) (doc-string 3)) 327 (declare (debug defun) (doc-string 3))
327 (or (memq (get name 'byte-optimizer) 328 (or (memq (get name 'byte-optimizer)