diff options
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/macros.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index befd278fcf1..f2dabd1f6de 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2007-03-31 Karl Berry <karl@gnu.org> + + * macros.texi (Defining Macros): Avoid widow syllable. + 2007-03-31 Eli Zaretskii <eliz@gnu.org> * elisp.texi (Top): Postscript -> PostScript. diff --git a/lispref/macros.texi b/lispref/macros.texi index 80d8e9c0786..cff4a0d1014 100644 --- a/lispref/macros.texi +++ b/lispref/macros.texi @@ -239,7 +239,7 @@ currently supported: @table @code @item (debug @var{edebug-form-spec}) Specify how to step through macro calls for Edebug. -@xref{Instrumenting Macro Calls}, for more details. +@xref{Instrumenting Macro Calls}. @item (indent @var{indent-spec}) Specify how to indent calls to this macro. @xref{Indenting Macros}, |
