From: Werner Lemberg Date: Mon, 2 Jul 2007 12:44:51 +0000 (+0200) Subject: typo X-Git-Tag: release/2.11.28-1~51 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6fe431bdf4a9f60a8be83a08f84834c5655f8a0e;p=lilypond.git typo --- diff --git a/scm/document-translation.scm b/scm/document-translation.scm index 538bee10a5..1671171dd3 100644 --- a/scm/document-translation.scm +++ b/scm/document-translation.scm @@ -172,7 +172,7 @@ (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")