]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/identifier-smob.cc
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / lily / identifier-smob.cc
index cdfadd3dfc4c4930815eb359fafa129986cc707e..7f3fcbbdad85472f04ca539bcec73a916782b3cb 100644 (file)
@@ -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);
 }