X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocument-functions.scm;h=2102f640e0f80ad6255be2c5a0e5fffd1c7ada86;hb=548a2fc5b2407c370d95c3cc1bd423c3d01fab76;hp=282bf240443c58ebaa6b0ea1ebb1f421466da5c3;hpb=cf137655b7aee9988ef536d6fa5e38d279ee73cf;p=lilypond.git diff --git a/scm/document-functions.scm b/scm/document-functions.scm index 282bf24044..2102f640e0 100644 --- a/scm/document-functions.scm +++ b/scm/document-functions.scm @@ -50,6 +50,6 @@ #:name "Scheme functions" #:desc "Primitive functions exported by LilyPond." #:text - (apply string-append sfdocs)))) + (string-concatenate sfdocs)))) ;; (dump-node (all-scheme-functions-doc) (current-output-port) 0 )