From: Werner Lemberg Date: Sat, 6 Dec 2008 06:21:04 +0000 (+0100) Subject: Typo. X-Git-Tag: release/2.12.0-1~13^2~32^2~13^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ca180f98fe0151dc1edf09c8533484dfe7a27f7d;hp=ad3ec695b641a6a3466fa667c9db41446dbc6da0;p=lilypond.git Typo. --- diff --git a/lily/text-interface.cc b/lily/text-interface.cc index 0feb99adb6..480d2726a2 100644 --- a/lily/text-interface.cc +++ b/lily/text-interface.cc @@ -72,8 +72,8 @@ MAKE_SCHEME_CALLBACK_WITH_OPTARGS (Text_interface, interpret_markup, 3, 0, " Takes three arguments, @var{layout}, @var{props}, and @var{markup}.\n" "\n" "@var{layout} is a @code{\\layout} block; it may be obtained from a grob with" -" @code{ly:grob-layout}. @var{props} is a alist chain, ie. a list of alists." -" This is typically obtained 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))}." " @var{markup} is the markup text to be processed."); SCM