* doc/macros.texi: Do not indent the contents of @ifhtml and
@ifnothtml environments.
---
doc/macros.texi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/macros.texi b/doc/macros.texi
index 4852e26..f4487bb 100644
--- a/doc/macros.texi
+++ b/doc/macros.texi
@@ -3,14 +3,14 @@
@c @href(URL, TITLE)
@c A replacement for @uref that puts the URL in the footnotes when not in HTML.
@ifhtml
- @macro href{url, title}
+@macro href{url, title}
@uref{\url\, \title\}
- @end macro
+@end macro
@end ifhtml
@ifnothtml
- @macro href{url, title}
+@macro href{url, title}
\title\@footnote{\title\, @url{\url\}.}
- @end macro
+@end macro
@end ifnothtml
@c Shortand for nolimips
--
1.7.10.4