* doc/autoconf.texi (Redefined M4 Macros): Add a `,' after @xref.
(Looping constructs): Add ` ' after @defmac'd name, m4_do.
+2007-10-05 Jim Meyering <meyering@redhat.com>
+
+ Avoid makeinfo warnings.
+ * doc/autoconf.texi (Redefined M4 Macros): Add a `,' after @xref.
+ (Looping constructs): Add ` ' after @defmac'd name, m4_do.
+
2007-10-05 Eric Blake <ebb9@byu.net>
Resolve Python issue 1676135 regarding configure directory args.
@msindex{if}
This macro corresponds to @code{ifelse}. @var{string-1} and
@var{string-2} are compared literally, so usually one of the two
-arguments is passed unquoted. @xref{Conditional constructs} for more
+arguments is passed unquoted. @xref{Conditional constructs}, for more
conditional idioms.
@end defmac
The following macros are useful in implementing recursive algorithms.
-@defmac m4_do(@dots{})
+@defmac m4_do (@dots{})
@msindex{do}
This macro loops over its arguments and expands each one in sequence.
Its main use is for readability; it allows the use of indentation and