X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fidentifier-smob.cc;h=7f3fcbbdad85472f04ca539bcec73a916782b3cb;hb=b4e93466da7a06bb2d2845db17360de7b570dabb;hp=cdfadd3dfc4c4930815eb359fafa129986cc707e;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/lily/identifier-smob.cc b/lily/identifier-smob.cc index cdfadd3dfc..7f3fcbbdad 100644 --- a/lily/identifier-smob.cc +++ b/lily/identifier-smob.cc @@ -28,8 +28,8 @@ print_box (SCM b, SCM port, scm_print_state *) type `box', initialized to `#f'. */ LY_DEFINE (ly_export, "ly:export", 1, 0, 0, (SCM arg), - "Export a Scheme object to the parser, " - "so it is treated as an identifier.") + "Export a Scheme object to the parser" + " so it is treated as an identifier.") { SCM_RETURN_NEWSMOB (package_tag, arg); }