More documentation fixes for changes to defun, defmacro, etc.
[bpt/emacs.git] / lisp / emacs-lisp / byte-run.el
index d740574..462b4a2 100644 (file)
@@ -232,7 +232,8 @@ The return value is undefined.
 ;;             fns)))
 
 (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)"
   (declare (debug defun) (doc-string 3))
   (or (memq (get name 'byte-optimizer)
            '(nil byte-compile-inline-expand))