]> git.eshelyaron.com Git - emacs.git/commitdiff
(Defining Macros): Declaration keyword is `debug' not `edebug'.
authorJohn Paul Wallington <jpw@pobox.com>
Fri, 23 Jul 2004 18:25:57 +0000 (18:25 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Fri, 23 Jul 2004 18:25:57 +0000 (18:25 +0000)
lispref/ChangeLog
lispref/macros.texi

index 14b0fcb46063f475f0074ad1d321fe01a78ad79a..f21788d526dcc26e8935c2fe0e3a9f0673987e46 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-23  John Paul Wallington  <jpw@gnu.org>
+
+       * macros.texi (Defining Macros): Declaration keyword for setting
+       Edebug spec is `debug' not `edebug'.
+
 2004-07-19  Luc Teirlinck  <teirllm@auburn.edu>
 
        * windows.texi: Various small changes in addition to:
index e903a159c2774ec27abb630249f1e042fd0d02d5..e28ab80ac6b2dca3d537ff5f59821eb4eb09b02f 100644 (file)
@@ -239,7 +239,7 @@ additional information about it.  Two kinds of specification are
 currently supported:
 
 @table @code
-@item (edebug @var{edebug-form-spec})
+@item (debug @var{edebug-form-spec})
 Specify how to step through macro calls for Edebug.
 @xref{Instrumenting Macro Calls}, for more details.