]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix typo in previous commit.
authorEric Blake <ebb9@byu.net>
Fri, 19 Dec 2008 21:49:18 +0000 (14:49 -0700)
committerEric Blake <ebb9@byu.net>
Fri, 19 Dec 2008 21:49:18 +0000 (14:49 -0700)
* doc/autoconf.texi (Set manipulation Macros) <m4_set_map_sep>:
Fix typo.

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

index e12309f1dd75b1ee2f707751a5a4d594a31dea8d..32cdecbb32526152bd8dcf1b6d98289f47806e15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-12-19  Eric Blake  <ebb9@byu.net>
 
+       Fix typo in previous commit.
+       * doc/autoconf.texi (Set manipulation Macros) <m4_set_map_sep>:
+       Fix typo.
+
        Document some recently added macros.
        * lib/m4sugar/m4sugar.m4 (m4_map_args_w): Add optional sep
        parameter.
index 2a2d4c752cc22b9052a3626bbc25b3c8c5f92236..004ddb2534aea3a932b63b84962208d736de35cc 100644 (file)
@@ -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