]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scm-option.cc
Update.
[lilypond.git] / lily / scm-option.cc
index d83645137390b6f09649dc7164f9ee2f4e95bc93..3fc6a3b726b95cda79f9a863cb62be49812b6112 100644 (file)
@@ -59,7 +59,7 @@ LY_DEFINE (ly_option_usage, "ly:option-usage", 0, 0, 0, (SCM),
   puts ("");
   printf (_ ("  The function ly:set-option allows for access to some internal variables.").to_str0 ());
   puts ("\n");
-  printf (_ ("Usage: lilypond -e \"(ly:set - option SYMBOL VAL)\"").to_str0 ());
+  printf (_ ("Usage: lilypond -e \"(ly : set - option SYMBOL VAL)\"").to_str0 ());
   puts ("\n");
   printf (_ ("Use help as  SYMBOL to get online help.").to_str0 ());
 
@@ -96,7 +96,7 @@ LY_DEFINE (ly_set_option, "ly:set-option", 1, 1, 0, (SCM var, SCM val),
           "@end table\n"
           "\n"
           "This function is useful to call from the command line: @code{lilypond -e\n"
-          "\"(ly:set - option 'midi-debug #t)\"}.\n")
+          "\"(ly : set - option 'midi-debug #t)\"}.\n")
 {
   if (val == SCM_UNDEFINED)
     val = SCM_BOOL_T;