]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/smobs.cc
Run `make grand-replace'.
[lilypond.git] / lily / smobs.cc
index a4c88fe58b12f276406dcae0a9d5b78d4b04d343..247489e342b5c759d8638baccc82fb9b2a09ef68 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "smobs.hh"
@@ -23,7 +23,7 @@ ADD_SCM_INIT_FUNC (init_smob_protection, init_smob_protection);
 
 LY_DEFINE (ly_smob_protects, "ly:smob-protects",
          0, 0, 0, (),
-         "Return lily's internal smob protection list")
+         "Return LilyPond's internal smob protection list.")
 {
   return scm_is_pair (smob_protection_list)
     ? scm_cdr (smob_protection_list)