]> git.eshelyaron.com Git - emacs.git/commitdiff
(Instrumenting Macro Calls): Fix typos.
authorLute Kamstra <lute@gnu.org>
Tue, 15 Mar 2005 17:28:15 +0000 (17:28 +0000)
committerLute Kamstra <lute@gnu.org>
Tue, 15 Mar 2005 17:28:15 +0000 (17:28 +0000)
lispref/ChangeLog
lispref/edebug.texi

index 5d5beb1a92db754e08cb18ed602d3b197e91d251..9cb76017e392ff902a66976207d2946cba35ab9a 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-15  Lute Kamstra  <lute@gnu.org>
+
+       * edebug.texi (Instrumenting Macro Calls): Fix typos.
+
 2005-03-08  Kim F. Storm  <storm@cua.dk>
 
        * display.texi (Specified Space): Property :width is support on
index e34549cccb1d6c5f5b93291cb12b084e67a74ba1..a007f81dcfbabd3a72f8eba6110029ef3de3fdfd 100644 (file)
@@ -1074,7 +1074,7 @@ time later.)
 
   Therefore, you must define an Edebug specification for each macro
 that Edebug will encounter, to explain the format of calls to that
-macro.  To do this, add an @code{edebug} declaration to the macro
+macro.  To do this, add a @code{debug} declaration to the macro
 definition.  Here is a simple example that shows the specification for
 the @code{for} example macro (@pxref{Argument Evaluation}).
 
@@ -1095,10 +1095,9 @@ 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
-@code{edebug} declarations is preferred, and more convenient, for
-macro definitions in Lisp, but @code{def-edebug-spec} makes it
-possible to define Edebug specifications for special forms implemented
-in C.
+@code{debug} declarations is preferred, and more convenient, for macro
+definitions in Lisp, but @code{def-edebug-spec} makes it possible to
+define Edebug specifications for special forms implemented in C.
 
 @deffn Macro def-edebug-spec macro specification
 Specify which expressions of a call to macro @var{macro} are forms to be