X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2Flispref%2Fmacros.texi;h=ed4ae90d05431f8c83d4e6d47dea998d43a20382;hp=ba3c12b3b9ec58be7327fab76738596113fe2e49;hb=ee38d21b330f5001b47a577cefb5ba7b82a3b7d3;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910 diff --git a/man/lispref/macros.texi b/man/lispref/macros.texi index ba3c12b..ed4ae90 100644 --- a/man/lispref/macros.texi +++ b/man/lispref/macros.texi @@ -1,9 +1,9 @@ @c -*-texinfo-*- @c This is part of the XEmacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. +@c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. @c See the file lispref.texi for copying conditions. @setfilename ../../info/macros.info -@node Macros, Loading, Functions, Top +@node Macros, Loading, Functions and Commands, Top @chapter Macros @cindex macros @@ -283,13 +283,13 @@ Here are some examples: @end example @quotation -Before Emacs version 19.29, @samp{`} used a different syntax which -required an extra level of parentheses around the entire backquote -construct. Likewise, each @samp{,} or @samp{,@@} substitution required an -extra level of parentheses surrounding both the @samp{,} or @samp{,@@} -and the following expression. The old syntax required whitespace -between the @samp{`}, @samp{,} or @samp{,@@} and the following -expression. +In older versions of Emacs (before XEmacs 19.12 or FSF Emacs version +19.29), @samp{`} used a different syntax which required an extra level +of parentheses around the entire backquote construct. Likewise, each +@samp{,} or @samp{,@@} substitution required an extra level of +parentheses surrounding both the @samp{,} or @samp{,@@} and the +following expression. The old syntax required whitespace between the +@samp{`}, @samp{,} or @samp{,@@} and the following expression. This syntax is still accepted, but no longer recommended except for compatibility with old Emacs versions. @@ -397,7 +397,7 @@ macro. Here is a correct expansion for the @code{for} macro: @end group @end smallexample -Here is a macro definition that creates this expansion: +Here is a macro definition that creates this expansion: @smallexample @group