aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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 490ef3623a5..9e16ae4500c 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12007-09-23 Richard Stallman <rms@gnu.org>
2
3 * macros.texi (Backquote): Minor clarification.
4
12007-09-06 Glenn Morris <rgm@gnu.org> 52007-09-06 Glenn Morris <rgm@gnu.org>
2 6
3 * Move from lispref/ to doc/lispref/. Change all setfilename 7 * Move from lispref/ to doc/lispref/. Change all setfilename
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi
index c8646f77cce..152b7b652b6 100644
--- a/doc/lispref/macros.texi
+++ b/doc/lispref/macros.texi
@@ -365,7 +365,7 @@ whitespace between the @samp{`}, @samp{,} or @samp{,@@} and the
365following expression. 365following expression.
366 366
367This syntax is still accepted, for compatibility with old Emacs 367This syntax is still accepted, for compatibility with old Emacs
368versions, but support for it will soon disappear. 368versions, but support for it will be removed in the future.
369 369
370@node Problems with Macros 370@node Problems with Macros
371@section Common Problems Using Macros 371@section Common Problems Using Macros