]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-interface.cc
Fix doc string
[lilypond.git] / lily / text-interface.cc
index 480d2726a2f0282b0ffffe9caf33fd1ecd7720b6..8b55618521af2ae9bc9bc5df032a1a6cfec1459b 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1998--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
@@ -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)