]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/function-documentation.cc
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / function-documentation.cc
index c5b1387726bf122feafda79a1d4be95f69bf74c6..909eb1030b50a9ffe2a7f104f4ab40f1b2272cd2 100644 (file)
@@ -50,7 +50,7 @@ ly_add_function_documentation (SCM func,
 
 LY_DEFINE (ly_get_all_function_documentation, "ly:get-all-function-documentation",
           0, 0, 0, (),
-          "Get a hash table with all lilypond Scheme extension functions.")
+          "Get a hash table with all LilyPond Scheme extension functions.")
 {
   return doc_hash_table;
 }