* doc/autoconf.texi (Evaluation Macros) <m4_expand>: Fix typo.
Reported by Ralf Wildenhues.
Signed-off-by: Eric Blake <ebb9@byu.net>
+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
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}.