aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-01-16 00:51:12 +0000
committerLuc Teirlinck2004-01-16 00:51:12 +0000
commit40d2bb40d9a10448f7d550a049805b2fe5cc107c (patch)
tree3d653af540c367f13fdc41b1dd2288f38f3c723d
parent462d9c4387b6ebf9af719991439283bb1d085e8b (diff)
downloademacs-40d2bb40d9a10448f7d550a049805b2fe5cc107c.tar.gz
emacs-40d2bb40d9a10448f7d550a049805b2fe5cc107c.zip
(Instrumenting Macro Calls): `declare' is not a special form.
-rw-r--r--lispref/edebug.texi2
1 files changed, 1 insertions, 1 deletions
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}
1091often looks very similar to the formal argument list of the macro 1091often looks very similar to the formal argument list of the macro
1092definition, but specifications are much more general than macro 1092definition, but specifications are much more general than macro
1093arguments. @xref{Defining Macros}, for more explanation of 1093arguments. @xref{Defining Macros}, for more explanation of
1094the @code{declare} special form. 1094the @code{declare} form.
1095 1095
1096 You can also define an edebug specification for a macro separately 1096 You can also define an edebug specification for a macro separately
1097from the macro definition with @code{def-edebug-spec}. Adding 1097from the macro definition with @code{def-edebug-spec}. Adding