From d5f5cd5bf3a26690ac2bd35b23e4b035dfcae3d1 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 16 Oct 2007 06:11:13 -0600 Subject: [PATCH] Fix typo. * doc/autoconf.texi (Evaluation Macros) : Fix typo. Reported by Ralf Wildenhues. Signed-off-by: Eric Blake --- ChangeLog | 5 +++++ doc/autoconf.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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}. -- 2.47.2