diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/macros.texi | 2 |
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 @@ | |||
| 1 | 2007-09-23 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * macros.texi (Backquote): Minor clarification. | ||
| 4 | |||
| 1 | 2007-09-06 Glenn Morris <rgm@gnu.org> | 5 | 2007-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 | |||
| 365 | following expression. | 365 | following expression. |
| 366 | 366 | ||
| 367 | This syntax is still accepted, for compatibility with old Emacs | 367 | This syntax is still accepted, for compatibility with old Emacs |
| 368 | versions, but support for it will soon disappear. | 368 | versions, 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 |