]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/document-backend.scm
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / scm / document-backend.scm
index 2a23e49afa7ce40a1edb9dc39beca88aa46a8085..610f7c094a44ea30ec566c9aa623ee8c4af94af2 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 2000--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;; Jan Nieuwenhuizen <janneke@gnu.org>
 
 (define (interface-doc-string interface grob-description)
              (interface-doc-string (cdr interface) '())
              "\n\n"
              "This grob interface is used in the following graphical objects: "
-
              (human-listify
               (map ref-ify
                    (sort 
                     (map symbol->string
                          (hashq-ref iface->grob-table (car interface) '()))
-                    string<?)))))))
+                    string<?)))
+             "."))))
 
 (define (grob-alist->texi alist)
   (let* ((uprops (filter (lambda (x) (not (object-property x 'backend-internal)))