]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/document-functions.scm
tie_performer: ties_created_ variable no longer needed
[lilypond.git] / scm / document-functions.scm
index 34d406f89fca40763d05f36fd5bef0c704a5bfa3..3c7646cc791a46b808f0420e82a075f8f6a1a41c 100644 (file)
@@ -34,7 +34,7 @@
   (let* ((fdocs (map (lambda (x)
                       (document-scheme-function (car x) (cadr x) (cddr x)))
                     all-scheme-functions))
-        (sfdocs (sort fdocs string<?))) 
+        (sfdocs (sort fdocs ly:string-ci<?)))
     (make <texi-node>
       #:name "Scheme functions"
       #:desc "Primitive functions exported by LilyPond."