]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/kpath-scheme.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / kpath-scheme.cc
index 8275c8b203dda53e1f0b66c7555d9f505a3b4ba7..8990660d020f0d80f54d87b22b6b58b2c9865cb0 100644 (file)
@@ -47,7 +47,7 @@ extern "C" {
 
 LY_DEFINE (ly_find_file, "ly:find-file",
           1, 0, 0, (SCM name),
-          "Return the absolute file name of @var{name},"
+          "Return the absolute file name of @var{name}, "
           "or @code{#f} if not found.")
 {
   SCM_ASSERT_TYPE (scm_is_string (name), name, SCM_ARG1, __FUNCTION__, "string");
@@ -62,7 +62,7 @@ LY_DEFINE (ly_find_file, "ly:find-file",
 
 LY_DEFINE (ly_kpathsea_find_file, "ly:kpathsea-find-file",
           1, 0, 0, (SCM name),
-          "Return the absolute file name of @var{name},"
+          "Return the absolute file name of @var{name}, "
           "or @code{#f} if not found.")
 {
   SCM_ASSERT_TYPE (scm_is_string (name), name, SCM_ARG1, __FUNCTION__, "string");