From: Eric Blake Date: Fri, 19 Dec 2008 21:49:18 +0000 (-0700) Subject: Fix typo in previous commit. X-Git-Tag: v2.63b~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83f29e85bb3eace91a2351a6fdf46c2b0553ef1f;p=thirdparty%2Fautoconf.git Fix typo in previous commit. * doc/autoconf.texi (Set manipulation Macros) : Fix typo. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index e12309f1d..32cdecbb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-12-19 Eric Blake + Fix typo in previous commit. + * doc/autoconf.texi (Set manipulation Macros) : + Fix typo. + Document some recently added macros. * lib/m4sugar/m4sugar.m4 (m4_map_args_w): Add optional sep parameter. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 2a2d4c752..004ddb253 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -12153,7 +12153,7 @@ lists the contents of @var{set} (although listing other sets is acceptable), or if it modifies the set in any way other than removing the element visited by the expansion. This macro provides the most efficient means for non-destructively visiting the elements of a set; in -particular, @code(m4_set_map([@var{set}], [@var{action}]) is equivalent +particular, @code{m4_set_map([@var{set}], [@var{action}])} is equivalent to @code{m4_set_map_sep([@var{set}], [@var{action}(], [)])}. @end defmac