X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocument-functions.scm;h=3c7646cc791a46b808f0420e82a075f8f6a1a41c;hb=b8d901590e169580b19bc7c42e84c0e234412adf;hp=5515b1312e1861940d2e09003d0d755a878b07bf;hpb=d84c7587117731add28b3b3591e9ef3d92fa827c;p=lilypond.git diff --git a/scm/document-functions.scm b/scm/document-functions.scm index 5515b1312e..3c7646cc79 100644 --- a/scm/document-functions.scm +++ b/scm/document-functions.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2006 Han-Wen Nienhuys +;;;; (c) 1998--2009 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (use-modules @@ -34,10 +34,10 @@ (let* ((fdocs (map (lambda (x) (document-scheme-function (car x) (cadr x) (cddr x))) all-scheme-functions)) - (sfdocs (sort fdocs string #:name "Scheme functions" - #:desc "Primitive functions exported by LilyPond" + #:desc "Primitive functions exported by LilyPond." #:text (apply string-append sfdocs))))