]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/identifier-smob.cc
ly- -> ly:
[lilypond.git] / lily / identifier-smob.cc
index f3881b48edba1e27e494f13f3cd0c4fda4417877..a17efc4ae64058a25310551e16e9f31b4087759e 100644 (file)
@@ -31,7 +31,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate)
 
 /* This defines the primitve `make-box', which returns a new smob of
    type `box', initialized to `#f'.  */
-LY_DEFINE(package_identifier, "ly-export", 1,0,0, (SCM arg),
+LY_DEFINE(package_identifier, "ly:export", 1,0,0, (SCM arg),
          "Export a Scheme object to the parser, so it is treated as an identifier.")
 {
   /* This macro creates the new objects, stores the value `#f' into it