]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix build: usermanref is removed in favor of ruser
authorLilypond GDP <lilypond@server.kainhofer.com>
Thu, 18 Oct 2007 20:39:28 +0000 (22:39 +0200)
committerGraham Percival <graham@percival-music.ca>
Thu, 18 Oct 2007 21:19:52 +0000 (14:19 -0700)
lily/text-interface.cc

index de773b62ca50ed4bc301644cdd6e47e0da7845a9..e8f5aefdf88c7659b5cdf32741f1934904b9823a 100644 (file)
@@ -104,8 +104,8 @@ Text_interface::is_markup_list (SCM x)
 
 
 ADD_INTERFACE (Text_interface,
-              "A scheme markup text, see @usermanref{Text markup} and "
-              "@usermanref{New markup command definition}. "
+              "A scheme markup text, see @ruser{Text markup} and "
+              "@ruser{New markup command definition}. "
               "\n\n"
               "There are two important commands: ly:text-interface::print, which is a "
               "grob callback, and ly:text-interface::interpret-markup ",