]> git.donarmstrong.com Git - lilypond.git/commitdiff
typo
authorWerner Lemberg <wl@gnu.org>
Mon, 2 Jul 2007 12:44:51 +0000 (14:44 +0200)
committerWerner Lemberg <wl@gnu.org>
Mon, 2 Jul 2007 12:44:51 +0000 (14:44 +0200)
scm/document-translation.scm

index 538bee10a5864ece8bc7d48bd69a01cfd06da593..1671171dd3b2fbe55f2a333c98a2436700560e88 100644 (file)
 
        (if (and (pair? props) (not (null? props)))
           (string-append
-           "\n\nThis context sets the following properties:\n"
+           "\n\nThis context sets the following properties:\n\n"
            "@itemize @bullet\n"
            (apply string-append (map document-property-operation props))
            "@end itemize\n")