]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ly-module.cc
Run `make grand-replace'.
[lilypond.git] / lily / ly-module.cc
index 581984dfe9951495bd4320684d8d1f562784ae94..4d6b0a8f97bbc4cf2c67facd49b02ee5eb18e0ac 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2002--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "lily-guile.hh"
@@ -108,7 +108,7 @@ entry_to_alist (void *closure, SCM key, SCM val, SCM result)
 
 LY_DEFINE (ly_module_2_alist, "ly:module->alist",
           1, 0, 0, (SCM mod),
-          "Dump the contents of  module @var{mod} as an alist.")
+          "Dump the contents of module @var{mod} as an alist.")
 {
   SCM_VALIDATE_MODULE (1, mod);
   SCM obarr = SCM_MODULE_OBARRAY (mod);