From: Eric Blake Date: Tue, 16 Oct 2007 12:11:13 +0000 (-0600) Subject: Fix typo. X-Git-Tag: v2.62~212^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5f5cd5bf3a26690ac2bd35b23e4b035dfcae3d1;p=thirdparty%2Fautoconf.git Fix typo. * doc/autoconf.texi (Evaluation Macros) : Fix typo. Reported by Ralf Wildenhues. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 6038abb0..65a2d4cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-16 Eric Blake + + * doc/autoconf.texi (Evaluation Macros) : Fix typo. + Reported by Ralf Wildenhues. + 2007-10-15 Ralf Wildenhues * doc/autoconf.texi (Portable Shell): Improve description of zsh diff --git a/doc/autoconf.texi b/doc/autoconf.texi index ded0f672..22f608a3 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -10704,7 +10704,7 @@ argument, @code{m4_expand} is designed to perform one level of expansion on quoted text. The distinction is in the treatment of whitespace following a comma in the original @var{arg}. Any time multiple arguments are collected into one with @code{m4_quote}, the M4 argument -collection rules discard the whitespace. But with @code{m4_quote}, +collection rules discard the whitespace. However, with @code{m4_expand}, whitespace is discarded only if it results from unquoted commas in the expansion of macros contained in @var{arg}.