From: Lilypond GDP Date: Thu, 18 Oct 2007 20:39:28 +0000 (+0200) Subject: Fix build: usermanref is removed in favor of ruser X-Git-Tag: release/2.11.35-1~83^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=69859f4b73190287efce8b5622bad196ee6dc21d;p=lilypond.git Fix build: usermanref is removed in favor of ruser --- diff --git a/lily/text-interface.cc b/lily/text-interface.cc index de773b62ca..e8f5aefdf8 100644 --- a/lily/text-interface.cc +++ b/lily/text-interface.cc @@ -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 ",