lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5693 Doc: Cor


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5693 Doc: Corrected doc string for ly:dimension?
Date: Fri, 31 Jan 2020 14:20:50 -0000

in master:

commit 4e438ed4393302b6a0e3dc77a4541496776beb1f
Author:     David Stephen Grant <address@hidden>
AuthorDate: Sat Jan 25 18:37:29 2020 +0100
Commit:     David Kastrup <address@hidden>
CommitDate: Wed Jan 29 16:06:34 2020 +0100

    Doc: Corrected doc string for ly:dimension?

    ly:dimension? is a predicate - it does not return a number.

diff --git a/lily/general-scheme.cc b/lily/general-scheme.cc
index d2f3fbdf8b..98a49f5ada 100644
--- a/lily/general-scheme.cc
+++ b/lily/general-scheme.cc
@@ -260,7 +260,7 @@ LY_DEFINE (ly_unit, "ly:unit", 0, 0, 0, (),
 }

 LY_DEFINE (ly_dimension_p, "ly:dimension?", 1, 0, 0, (SCM d),
-           "Return @var{d} as a number.  Used to distinguish length"
+           "Is @var{d} a dimension?  Used to distinguish length"
            " variables from normal numbers.")
 {
   return scm_number_p (d);

[issues:#5693] Doc: Corrected doc string for ly:dimension?

Status: Fixed
Labels: Fixed_2_21_0
Created: Sat Jan 25, 2020 04:07 PM UTC by David Stephen Grant
Last Updated: Fri Jan 31, 2020 02:20 PM UTC
Owner: David Stephen Grant

ly:dimension? is a predicate - it does not return a number.

https://codereview.appspot.com/547470049


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

[Prev in Thread] Current Thread [Next in Thread]