(Defining Macros): Declaration keyword is debug' not edebug'.

This commit is contained in:
John Paul Wallington 2004-07-23 18:25:57 +00:00
parent 833a249e8a
commit bc135062b5
2 changed files with 6 additions and 1 deletions

View 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:

View 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.