]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/byte-run.el (defsubst): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 21 Nov 2017 18:28:00 +0000 (13:28 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 21 Nov 2017 18:28:00 +0000 (13:28 -0500)
lisp/emacs-lisp/byte-run.el

index e4f21c9d6d41e81cad28967ecb26436c197d9ca1..d6c43ecf4626655b1e337d3af3ffc44688f433ee 100644 (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)