From: Reinhold Kainhofer Date: Thu, 7 May 2009 16:07:05 +0000 (+0200) Subject: Fix doc string X-Git-Tag: release/2.13.1-1~7^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f73b335b6d7692b797324d0bf4dc8257b49360cb;p=lilypond.git Fix doc string --- diff --git a/lily/text-interface.cc b/lily/text-interface.cc index 9b28228dab..8b55618521 100644 --- a/lily/text-interface.cc +++ b/lily/text-interface.cc @@ -74,7 +74,7 @@ MAKE_SCHEME_CALLBACK_WITH_OPTARGS (Text_interface, interpret_markup, 3, 0, "@var{layout} is a @code{\\layout} block; it may be obtained from a grob with" " @code{ly:grob-layout}. @var{props} is an alist chain, i.e. a list of" " alists. This is typically obtained with" -" @code{(ly:grob-alist-chain (ly:layout-lookup layout 'text-font-defaults))}." +" @code{(ly:grob-alist-chain grob (ly:output-def-lookup layout 'text-font-defaults))}." " @var{markup} is the markup text to be processed."); SCM Text_interface::interpret_markup (SCM layout_smob, SCM props, SCM markup)