]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/document-functions.scm
Issue 3580: Replace unwarranted uses of map with for-each and other Scheme cleanups
[lilypond.git] / scm / document-functions.scm
index 282bf240443c58ebaa6b0ea1ebb1f421466da5c3..2102f640e0f80ad6255be2c5a0e5fffd1c7ada86 100644 (file)
@@ -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 )