* doc/autoconf.texi (Set manipulation Macros) <m4_set_map_sep>:
Fix typo.
Signed-off-by: Eric Blake <ebb9@byu.net>
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.
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