]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix doc string
authorReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 7 May 2009 16:07:05 +0000 (18:07 +0200)
committerNeil Puttock <n.puttock@gmail.com>
Mon, 20 Jul 2009 00:02:30 +0000 (01:02 +0100)
(cherry picked from commit 147e156fb03c10de75f8d812b9535543eca65125)

lily/text-interface.cc

index 9b28228dab5217e06b8c75b7f8bd1e364029de9a..8b55618521af2ae9bc9bc5df032a1a6cfec1459b 100644 (file)
@@ -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)