comparison doc/lispref/macros.texi @ 84808:f364fab6d616

(Backquote): Minor clarification.
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Sep 2007 15:20:22 +0000
parents 0ba80d073e27
children 52972c3aa85e
comparison
equal deleted inserted replaced
84807:d2ff916bd4b1 84808:f364fab6d616
363 @samp{,@@} and the following expression. The old syntax required 363 @samp{,@@} and the following expression. The old syntax required
364 whitespace between the @samp{`}, @samp{,} or @samp{,@@} and the 364 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
372 372
373 The basic facts of macro expansion have counterintuitive consequences. 373 The basic facts of macro expansion have counterintuitive consequences.