From 3a04b99552af1f0fb89b7125a49132c7e72bb28a Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Fri, 15 Aug 2008 19:20:17 +0200 Subject: [PATCH] Fix nits in Texinfo macros --- Documentation/user/macros.itexi | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Documentation/user/macros.itexi b/Documentation/user/macros.itexi index 639cd02fc8..07cf74a547 100644 --- a/Documentation/user/macros.itexi +++ b/Documentation/user/macros.itexi @@ -25,13 +25,16 @@ @quotedblleft{}\TEXT\@quotedblright{} @end macro -@macro warning{TEXT} @ifhtml +@macro warning{TEXT} @cartouche @b{Note:} \TEXT\ @end cartouche +@end macro @end ifhtml + @ifnothtml +@macro warning{TEXT} @quotation @quotation @cartouche @@ -39,8 +42,8 @@ @end cartouche @end quotation @end quotation -@end ifnothtml @end macro +@end ifnothtml @ifnotinfo @macro notation{TEXT} @@ -125,7 +128,7 @@ @c @rlearning @c @ruser @c @rprogram -@c @rsnippets +@c @rlsr @c @rinternals @c all these also have a @...named version, which allows to specify the @c displayed text for the reference as second argument @@ -192,7 +195,7 @@ @macro rinternalsnamed{TEXT,DISPLAY} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-internals-big-page,Internals Reference} +@ref{\TEXT\,,\DISPLAY\,lilypond-internals-big-page,Internals Reference} @end macro @end ifset @@ -278,27 +281,27 @@ @end macro @macro rlearning{TEXT} -learning manual, @ref{\TEXT\,,,lilypond-learning,Learning Manual} +@ref{\TEXT\,,,lilypond-learning,Learning Manual} @end macro @macro rlearningnamed{TEXT,DISPLAY} -learning manual, @ref{\TEXT\,,\DISPLAY\,lilypond-learning,Learning Manual} +@ref{\TEXT\,,\DISPLAY\,lilypond-learning,Learning Manual} @end macro @macro ruser{TEXT} -notation reference, @ref{\TEXT\,,,lilypond,Notation Reference} +@ref{\TEXT\,,,lilypond,Notation Reference} @end macro @macro rusernamed{TEXT,DISPLAY,DISPLAY} -notation reference, @ref{\TEXT\,,\DISPLAY\,lilypond,Notation Reference} +@ref{\TEXT\,,\DISPLAY\,lilypond,Notation Reference} @end macro @macro rprogram{TEXT} -program usage manual, @ref{\TEXT\,,,lilypond-program,Application Usage} +@ref{\TEXT\,,,lilypond-program,Application Usage} @end macro @macro rprogramnamed{TEXT,DISPLAY} -program usage manual, @ref{\TEXT\,,\DISPLAY\,lilypond-program,Application Usage} +@ref{\TEXT\,,\DISPLAY\,lilypond-program,Application Usage} @end macro @macro rlsr{TEXT} @@ -320,4 +323,3 @@ program usage manual, @ref{\TEXT\,,\DISPLAY\,lilypond-program,Application Usage} @end macro @end iftex - -- 2.39.2