aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/macros.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 490ef3623a..9e16ae4500 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-23 Richard Stallman <[email protected]>
+
+ * macros.texi (Backquote): Minor clarification.
+
2007-09-06 Glenn Morris <[email protected]>
* Move from lispref/ to doc/lispref/. Change all setfilename
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi
index c8646f77cc..152b7b652b 100644
--- a/doc/lispref/macros.texi
+++ b/doc/lispref/macros.texi
@@ -365,7 +365,7 @@ whitespace between the @samp{`}, @samp{,} or @samp{,@@} and the
following expression.
This syntax is still accepted, for compatibility with old Emacs
-versions, but support for it will soon disappear.
+versions, but support for it will be removed in the future.
@node Problems with Macros
@section Common Problems Using Macros