X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fprofile.cc;h=856060e8bf770eb0e09734d37e1a723029d09656;hb=0b333486fdb269350815b00bb8f16659fdc9079a;hp=0390a64a627d1b8180f71643ccf8bed85c374745;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/lily/profile.cc b/lily/profile.cc index 0390a64a62..856060e8bf 100644 --- a/lily/profile.cc +++ b/lily/profile.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2007 Han-Wen Nienhuys + (c) 2005--2009 Han-Wen Nienhuys */ #include "profile.hh" @@ -16,8 +16,9 @@ SCM prob_property_lookup_table; LY_DEFINE (ly_property_lookup_stats, "ly:property-lookup-stats", 1, 0, 0, (SCM sym), - "Return hash table with a property access corresponding to @var{sym}. " - "Choices are prob, grob and context.") + "Return hash table with a property access corresponding to" + " @var{sym}. Choices are @code{prob}, @code{grob}, and" + " @code{context}.") { if (sym == ly_symbol2scm ("context")) return context_property_lookup_table ? context_property_lookup_table