comparison doc/interpreter/macros.texi @ 27948:058ff501c92d stable

avoid conflict with @seealso macro in Texinfo 6.6 (bug #55952) * macros.texi: Define @xseealso instead of @seealso. * munge-texi.pl: Translate @seealso in DOCSTRINGS and source files to @xseealso.
author John W. Eaton <jwe@octave.org>
date Tue, 19 Mar 2019 14:46:52 +0000
parents 00f796120a6d
children b442ec6dda5c
comparison
equal deleted inserted replaced
27940:ec0690a6955c 27948:058ff501c92d
44 @c each group of functions and variables). 44 @c each group of functions and variables).
45 @c 45 @c
46 @c Implementation Note: 46 @c Implementation Note:
47 @c For TeX, @vskip produces a nice separation. 47 @c For TeX, @vskip produces a nice separation.
48 @c For Texinfo, '@sp 1' should work, but in practice produces ugly results 48 @c For Texinfo, '@sp 1' should work, but in practice produces ugly results
49 @c for HTML. We use a simple blank line to produce the correct behavior. 49 @c for HTML. We use a simple blank line to produce the correct
50 @c behavior.
51 @c
52 @c We use @xseealso now because Texinfo introduced its own @seealso
53 @c command. But instead of modifying all source files, we'll have the
54 @c munge-texi script convert @seealso to @xseealso.
50 55
51 @macro seealso {args} 56 @macro xseealso {args}
52 @iftex 57 @iftex
53 @vskip 2pt 58 @vskip 2pt
54 @end iftex 59 @end iftex
55 @ifnottex 60 @ifnottex
56 61