- **labels**: --> Fixed_2_21_0
- **status**: Started --> Fixed
- **Patch**: push -->
- **Comment**:
in `master`:
~~~
commit 4e438ed4393302b6a0e3dc77a4541496776beb1f
Author: David Stephen Grant <[email protected]>
AuthorDate: Sat Jan 25 18:37:29 2020 +0100
Commit: David Kastrup <[email protected]>
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 [email protected] 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto