X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fidentifier-smob.cc;h=0b0460c1ffbd1b21c25d908d485d313d9076cfeb;hb=0e5d83a9ceb4a143f83d22406d7eb816314ff9f7;hp=cdfadd3dfc4c4930815eb359fafa129986cc707e;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/identifier-smob.cc b/lily/identifier-smob.cc index cdfadd3dfc..0b0460c1ff 100644 --- a/lily/identifier-smob.cc +++ b/lily/identifier-smob.cc @@ -4,7 +4,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2007 Han-Wen Nienhuys + (c) 2002--2009 Han-Wen Nienhuys */ #include "identifier-smob.hh" @@ -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); }