From 6a18123d7fcd2f4ee57835c5ea70835ceabb5c39 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Thu, 7 May 2009 18:07:05 +0200 Subject: [PATCH] Fix doc string (cherry picked from commit 147e156fb03c10de75f8d812b9535543eca65125) --- lily/text-interface.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2