]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/document-functions.scm
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / scm / document-functions.scm
index 282bf240443c58ebaa6b0ea1ebb1f421466da5c3..d1bc74340d0ecba86eec5b2180f621120c6d4229 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; This file is part of LilyPond, the GNU music typesetter.
 ;;;;
-;;;; Copyright (C) 1998--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; Copyright (C) 1998--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;;                 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;;
 ;;;; LilyPond is free software: you can redistribute it and/or modify
@@ -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 )