]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/profile.cc
Merge branch 'lilypond/translation'
[lilypond.git] / lily / profile.cc
index 0390a64a627d1b8180f71643ccf8bed85c374745..234780c2ec9eb2c785ec39542c5736010b7bdd42 100644 (file)
@@ -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