]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/function-documentation.scm
ly- -> ly:
[lilypond.git] / scm / function-documentation.scm
index 6a1e7b6f4060fffec5b1be560eff8c69ed99e4bf..459cb08a61cd075f4ebb2bc8bd35dfddb75f5f01 100644 (file)
@@ -20,7 +20,7 @@
     (lambda (key val prior)
       (cons (cons key val)  prior)
       )
-    '() (ly-get-all-function-documentation))
+    '() (ly:get-all-function-documentation))
    )
 
 (define (all-scheme-functions-doc)