]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/unpure-pure-container.cc
Doc-de: update commitsh strings to reflect status as up-to-date
[lilypond.git] / lily / unpure-pure-container.cc
index 888cf24dae4bc37612e45bb1f8ee38ecf7dca0c9..2caba1216efc9dae103655f11c5fe5315b3039e2 100644 (file)
@@ -53,7 +53,7 @@ LY_DEFINE (ly_unpure_pure_container_p, "ly:unpure-pure-container?",
 LY_DEFINE (ly_make_unpure_pure_container, "ly:make-unpure-pure-container",
            1, 1, 0, (SCM unpure, SCM pure),
            "Make an unpure-pure container.  @var{unpure} should be an unpure"
-           " expression, and @var{pure} should be a pure expression. If @var{pure}"
+           " expression, and @var{pure} should be a pure expression.  If @var{pure}"
            " is ommitted, the value of @var{unpure} will be used twice.")
 {
   SCM z;