]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/file-name-map.cc
Improve and correct documentation strings.
[lilypond.git] / lily / file-name-map.cc
index 3f6939c1ff191228ae01d72c3407cd8ae6ee36da..61bad6042331796e36cd8bc1166a87979e74f6b8 100644 (file)
@@ -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))
     {