]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stencil-scheme.cc
Let Stencil::is_empty use Box::is_empty
[lilypond.git] / lily / stencil-scheme.cc
index 37203f4edaed9cb817809c19ffbe598b2f60efe0..3bc68710eff0d2e62c4956752454d1d8a6e16ab6 100644 (file)
@@ -180,7 +180,7 @@ LY_DEFINE (ly_make_stencil, "ly:make-stencil",
            "@item\n"
            "The vertical and horizontal extents of the object, given as"
            " pairs.  If an extent is unspecified (or if you use"
-           " @code{(1000 . -1000)} as its value), it is taken to be empty.\n"
+           " @code{empty-interval} as its value), it is taken to be empty.\n"
            "@end enumerate\n")
 {
   SCM_ASSERT_TYPE (!scm_is_pair (expr)