# HG changeset patch # User Rik # Date 1344639814 25200 # Node ID 8bba043342ab6eff6edb8be42f95e784fc4950f4 # Parent 62a35ae7d6a2666f27a55f7357e5b3b4eae6d218 Move documentation for seealso macro outside of macro definition. Saves 15K in generated HTML. * macros.texi: Move documentation for seealso macro outside of macro definition. diff -r 62a35ae7d6a2 -r 8bba043342ab doc/interpreter/macros.texi --- a/doc/interpreter/macros.texi Fri Aug 10 17:59:35 2012 -0400 +++ b/doc/interpreter/macros.texi Fri Aug 10 16:03:34 2012 -0700 @@ -27,15 +27,17 @@ @c want lots of `See also: foo, bar, and baz' strings cluttering the @c printed manual (that information should be in the supporting text for @c each group of functions and variables). +@c +@c Implementation Note: +@c For TeX, @vskip produces a nice separation. +@c For Texinfo '@sp 1' should work, but in practice produces ugly results +@c for HTML. We use a simple blank line to produce the correct behavior. @macro seealso {args} @iftex @vskip 2pt @end iftex @ifnottex -@c Texinfo @sp should work but in practice produces ugly results for HTML. -@c A simple blank line produces the correct behavior. -@c @sp 1 @end ifnottex @noindent