]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/profile.cc
Run `make grand-replace'.
[lilypond.git] / lily / profile.cc
index e1862c723647d2785e4a0b5de11259be6db83ff5..02c7da9e9b60eb0339e5cfa1626605d878ff875f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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