]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scm-option.cc
*** empty log message ***
[lilypond.git] / lily / scm-option.cc
index 39f3094356b17f8ca6f94fc65977b35a50d53d35..de3deb00051dc9463fe2c0259324b7356d59e7ce 100644 (file)
@@ -98,7 +98,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;