X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fprofile.cc;h=234780c2ec9eb2c785ec39542c5736010b7bdd42;hb=5091a221086ba923451781a1d51a2a715369b7e4;hp=e1862c723647d2785e4a0b5de11259be6db83ff5;hpb=59fd89c32399b67464b217ba31502051c91bb919;p=lilypond.git diff --git a/lily/profile.cc b/lily/profile.cc index e1862c7236..234780c2ec 100644 --- a/lily/profile.cc +++ b/lily/profile.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2006 Han-Wen Nienhuys + (c) 2005--2007 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