summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>2007-03-31 13:44:56 +0000
committerKarl Berry <karl@gnu.org>2007-03-31 13:44:56 +0000
commit66a17d97c6657eb8c094a29b2d0f21d4f8a2022d (patch)
tree257d3b067374c1c45ad8bdeddc1642039fae9065
parentb6a5d6015aceee4498718a1aea13e26681e5d2e3 (diff)
wording
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/macros.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index befd278fcf..f2dabd1f6d 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 80d8e9c078..cff4a0d101 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},