1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(Instrumenting Macro Calls): `declare' is not a special form.

This commit is contained in:
Luc Teirlinck 2004-01-16 00:51:12 +00:00
parent 462d9c4387
commit 40d2bb40d9

View File

@ -1091,7 +1091,7 @@ forms to be evaluated. For simple macros, the @var{specification}
often looks very similar to the formal argument list of the macro
definition, but specifications are much more general than macro
arguments. @xref{Defining Macros}, for more explanation of
the @code{declare} special form.
the @code{declare} form.
You can also define an edebug specification for a macro separately
from the macro definition with @code{def-edebug-spec}. Adding