]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/smobs.cc
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / lily / smobs.cc
index 34b5bb36ab697e30da50d1480f01eb0bb6ea49d5..ea2095c3a3f39bf69d35871b5903a91567aaec2a 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--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "smobs.hh"
@@ -21,9 +21,9 @@ init_smob_protection ()
 }
 ADD_SCM_INIT_FUNC (init_smob_protection, init_smob_protection);
 
-LY_DEFINE(ly_smob_protects, "ly:smob-protects",
+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)