]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/file-name-map.cc
Run `make grand-replace'.
[lilypond.git] / lily / file-name-map.cc
index 3f6939c1ff191228ae01d72c3407cd8ae6ee36da..6adb1e586336a05ce5ffd1433065682f671d0ed7 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 <map>
@@ -24,7 +24,7 @@ map_file_name (string s)
 
 LY_DEFINE (ly_add_file_name_alist, "ly:add-file-name-alist",
           1, 0, 0, (SCM alist),
-          "Add mappings for error messages from specified alist")
+          "Add mappings for error messages from @var{alist}.")
 {
   for (SCM s = alist; scm_is_pair (s); s = scm_cdr (s))
     {