]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/document-functions.scm
Don't add loose lines as spaceable lines.
[lilypond.git] / scm / document-functions.scm
index 5515b1312e1861940d2e09003d0d755a878b07bf..3c7646cc791a46b808f0420e82a075f8f6a1a41c 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 1998--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;;                 Jan Nieuwenhuizen <janneke@gnu.org>
 
 (use-modules
   (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"
+      #:desc "Primitive functions exported by LilyPond."
       #:text
       (apply string-append sfdocs))))