* doc/autoconf.texi (@dvar): Remove trailing newline.
(@ovar): Likewise. Fix macro documentation.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2008-07-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/autoconf.texi (@dvar): Remove trailing newline.
+ (@ovar): Likewise. Fix macro documentation.
+
2008-07-02 Stepan Kasal <skasal@redhat.com>
Add quotes to the header of autoscan-generated source.
@end ifnothtml
@finalout
-@c @ovar(ARG, DEFAULT)
-@c -------------------
+@c @ovar(ARG)
+@c ----------
@c The ARG is an optional argument. To be used for macro arguments in
@c their documentation (@defmac).
@macro ovar{varname}
-@r{[}@var{\varname\}@r{]}
+@r{[}@var{\varname\}@r{]}@c
@end macro
@c @dvar(ARG, DEFAULT)
@c The ARG is an optional argument, defaulting to DEFAULT. To be used
@c for macro arguments in their documentation (@defmac).
@macro dvar{varname, default}
-@r{[}@var{\varname\} = @samp{\default\}@r{]}
+@r{[}@var{\varname\} = @samp{\default\}@r{]}@c
@end macro
@c Handling the indexes with Texinfo yields several different problems.