]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add a full stop in documentation.
authorWerner Lemberg <wl@gnu.org>
Sun, 19 Aug 2007 07:58:08 +0000 (09:58 +0200)
committerWerner Lemberg <wl@gnu.org>
Sun, 19 Aug 2007 07:58:08 +0000 (09:58 +0200)
scm/document-backend.scm

index 7e8e2f186ec9609d7b0db72432febd1fb91dc6ea..610f7c094a44ea30ec566c9aa623ee8c4af94af2 100644 (file)
              (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)))