]> git.eshelyaron.com Git - emacs.git/commitdiff
(Instrumenting Macro Calls): `declare' is not a special form.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 16 Jan 2004 00:51:12 +0000 (00:51 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 16 Jan 2004 00:51:12 +0000 (00:51 +0000)
lispref/edebug.texi

index 553d9ab397317b4cef19b2059de75984c3991f0d..68a46a8cb4890255a7b5471460dda93eef79d00d 100644 (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