From: Luc Teirlinck Date: Fri, 16 Jan 2004 00:51:12 +0000 (+0000) Subject: (Instrumenting Macro Calls): `declare' is not a special form. X-Git-Tag: ttn-vms-21-2-B4~7927 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40d2bb40d9a10448f7d550a049805b2fe5cc107c;p=emacs.git (Instrumenting Macro Calls): `declare' is not a special form. --- diff --git a/lispref/edebug.texi b/lispref/edebug.texi index 553d9ab3973..68a46a8cb48 100644 --- a/lispref/edebug.texi +++ b/lispref/edebug.texi @@ -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