]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/function-documentation.cc
Run `make grand-replace'.
[lilypond.git] / lily / function-documentation.cc
index c5b1387726bf122feafda79a1d4be95f69bf74c6..77b6133518374991fdbed8ff6b298ad5d304f2d8 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include <cstring>
@@ -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;
 }