# HG changeset patch # User Luc Teirlinck # Date 1074214272 0 # Node ID 26d79d57957080e5550f7a44dd5bc12845a88674 # Parent fe9a11a8e417d1353ab26bb6ab712223a710364c (Instrumenting Macro Calls): `declare' is not a special form. diff -r fe9a11a8e417 -r 26d79d579570 lispref/edebug.texi --- a/lispref/edebug.texi Fri Jan 16 00:43:54 2004 +0000 +++ b/lispref/edebug.texi Fri Jan 16 00:51:12 2004 +0000 @@ -1091,7 +1091,7 @@ 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