1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 14:50:19 +02:00

(@nicode): Use @alias instead of @macro, for correct

handling of backslashes.
This commit is contained in:
Kevin Ryde 2004-07-24 00:45:02 +00:00
parent 317b4c4ac1
commit 7ac44f03c6

View file

@ -97,18 +97,15 @@ x
@end macro @end macro
@end ifnottex @end ifnottex
@c @nicode{S} is plain S in info, or @code{S} elsewhere. This can be @c @nicode{S} is plain S in info, or @code{S} elsewhere. This can be used
@c used when the quotes that @code{} gives in info aren't wanted, but @c when the quotes that @code{} gives in info aren't wanted, but the
@c the fontification in tex or html is wanted. @c fontification in tex or html is wanted. @alias is used rather
@c than @macro because backslashes don't work properly in an @macro.
@ifinfo @ifinfo
@macro nicode {S} @alias nicode=asis
\S\
@end macro
@end ifinfo @end ifinfo
@ifnotinfo @ifnotinfo
@macro nicode {S} @alias nicode=code
@code{\S\}
@end macro
@end ifnotinfo @end ifnotinfo
@ -128,7 +125,7 @@ x
@comment The title is printed in a large font. @comment The title is printed in a large font.
@title Guile Reference Manual @title Guile Reference Manual
@subtitle Edition @value{MANUAL-EDITION}, for use with Guile @value{VERSION} @subtitle Edition @value{MANUAL-EDITION}, for use with Guile @value{VERSION}
@c @subtitle $Id: guile.texi,v 1.31 2004-06-28 13:24:53 mvo Exp $ @c @subtitle $Id: guile.texi,v 1.32 2004-07-24 00:45:02 kryde Exp $
@c See preface.texi for the list of authors @c See preface.texi for the list of authors
@author The Guile Developers @author The Guile Developers