X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgeneral-scheme.cc;h=b74354c6bc788adc96545aee8c8c11506ca85ae8;hb=da03e68559200538f831b865f2c8e64b04940818;hp=0cf2299b2ec6c9e0579d99846060ad69c196587b;hpb=3d8089a42af6304edb8dad56220e845c84832bb2;p=lilypond.git diff --git a/lily/general-scheme.cc b/lily/general-scheme.cc index 0cf2299b2e..b74354c6bc 100644 --- a/lily/general-scheme.cc +++ b/lily/general-scheme.cc @@ -142,7 +142,7 @@ LY_DEFINE (ly_dir_p, "ly:dir?", 1, 0, 0, (SCM s), "Is @var{s} a direction? Valid directions are @code{-1}," " @code{0}, or@tie{}@code{1}, where @code{-1} represents" - " left or down, @code{1} represents right or up, and @code{0}" + " left or down, @code{1}@tie{}represents right or up, and @code{0}" " represents a neutral direction.") { if (scm_is_number (s))