]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/prob-scheme.cc
Formatting nits.
[lilypond.git] / lily / prob-scheme.cc
index a56b84ea9f1617b8428b443d6b431555c27cecc8..717e32a945985358af74ee08f379b372e4363294 100644 (file)
@@ -80,7 +80,7 @@ LY_DEFINE (ly_make_prob, "ly:make-prob",
 LY_DEFINE (ly_prob_mutable_properties, "ly:prob-mutable-properties",
           1, 0, 0,
           (SCM prob),
-          "Retrieve an alist of mutable properties")
+          "Retrieve an alist of mutable properties.")
 {
   LY_ASSERT_SMOB (Prob, prob, 1);
   Prob *ps = unsmob_prob (prob);
@@ -90,7 +90,7 @@ LY_DEFINE (ly_prob_mutable_properties, "ly:prob-mutable-properties",
 LY_DEFINE (ly_prob_immutable_properties, "ly:prob-immutable-properties",
           1, 0, 0,
           (SCM prob),
-          "Retrieve an alist of mutable properties")
+          "Retrieve an alist of mutable properties.")
 {
   LY_ASSERT_SMOB (Prob, prob, 1);
   Prob *ps = unsmob_prob (prob);