More documentation fixes for changes to defun, defmacro, etc.
authorChong Yidong <cyd@gnu.org>
Mon, 15 Oct 2012 04:03:04 +0000 (12:03 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 15 Oct 2012 04:03:04 +0000 (12:03 +0800)
commitd18a0d2460cbcf73f9bd136912006fc0c11f55e0
tree23fc9313372ab844ccc9fe41bd3aaae71fe29a3d
parent3e0341b0a481d833942f3964a70e7f3494588ce6
More documentation fixes for changes to defun, defmacro, etc.

* doc/lispref/functions.texi (Anonymous Functions): Explicitly list the
docstring, declare, and interactive arguments to lambda.
(Defining Functions): Likewise for defun.
(Inline Functions): Likewise for defsubst.
(Declare Form): Tweak description.

* doc/lispref/macros.texi (Defining Macros):  defmacro is now a macro.
Explicitly list the docstring and declare arguments.

* emacs-lisp/byte-run.el (defsubst): Doc fix.
doc/lispref/ChangeLog
doc/lispref/functions.texi
doc/lispref/macros.texi
lisp/ChangeLog
lisp/emacs-lisp/byte-run.el