From 6fe431bdf4a9f60a8be83a08f84834c5655f8a0e Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 2 Jul 2007 14:44:51 +0200 Subject: [PATCH] typo --- scm/document-translation.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2