]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/warn-scheme.cc
Run grand-replace (issue 3765)
[lilypond.git] / lily / warn-scheme.cc
index d3ba9d18400eeb3fdc97e0f357a254551974625d..be29eaad592f70232a4f4b32f13b03e28432defc 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2012 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1998--2014 Jan Nieuwenhuizen <janneke@gnu.org>
   Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -127,7 +127,7 @@ LY_DEFINE (ly_expect_warning, "ly:expect-warning",
            1, 0, 1, (SCM str, SCM rest),
            "A Scheme callable function to register a warning to be expected"
            " and subsequently suppressed.  If the warning is not encountered,"
-           " a warning about the missing warning will be shown. The message"
+           " a warning about the missing warning will be shown.  The message"
            " should be translated with @code{(_ ...)} and changing parameters"
            " given after the format string.")
 {