]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/file-name-map.cc
Run `make grand-replace'.
[lilypond.git] / lily / file-name-map.cc
index 2521d9717597860e7c63c10999c763a187800e5c..6adb1e586336a05ce5ffd1433065682f671d0ed7 100644 (file)
@@ -1,9 +1,9 @@
 /*
-  file-name-map.cc --  implement map_file_name()
+  file-name-map.cc --  implement map_file_name ()
 
   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))
     {