summaryrefslogtreecommitdiff
path: root/lispref/edebug.texi
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-01-16 00:51:12 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-01-16 00:51:12 +0000
commitebfbfa342c23631589f277b27ee27423164ff749 (patch)
treee19b02f20ea35edae8521a7545eb1cd9bceb1bdb /lispref/edebug.texi
parent0e69b78dedcce581af7017e8f12bf61c48f61369 (diff)
downloademacs-ebfbfa342c23631589f277b27ee27423164ff749.tar.gz
(Instrumenting Macro Calls): `declare' is not a special form.
Diffstat (limited to 'lispref/edebug.texi')
-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}
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