]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix typo.
authorEric Blake <ebb9@byu.net>
Tue, 16 Oct 2007 12:11:13 +0000 (06:11 -0600)
committerEric Blake <ebb9@byu.net>
Tue, 16 Oct 2007 12:11:23 +0000 (06:11 -0600)
* doc/autoconf.texi (Evaluation Macros) <m4_expand>: Fix typo.
Reported by Ralf Wildenhues.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/autoconf.texi

index 6038abb006872846129dc403a8d0c2e04510a7b9..65a2d4ccedd716532a3abdcf5840bd77fe0f7bf2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-16  Eric Blake  <ebb9@byu.net>
+
+       * doc/autoconf.texi (Evaluation Macros) <m4_expand>: Fix typo.
+       Reported by Ralf Wildenhues.
+
 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * doc/autoconf.texi (Portable Shell): Improve description of zsh
index ded0f67281a14bdd2eaaf4dcb6cde1d79cece506..22f608a33c720cf7a2ffbe6df9b2e2c597046e56 100644 (file)
@@ -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}.