]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 28 Sep 2002 15:59:15 +0000 (15:59 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 28 Sep 2002 15:59:15 +0000 (15:59 +0000)
lily/parse-scm.cc

index 694872a335c4ec2af6ae18c9b8e9a81f3efb2726..3364e2565820911f8a6cee9412ae3a2fd60dcbaa 100644 (file)
@@ -117,7 +117,8 @@ static bool protect = true;
 
 LY_DEFINE(set_parse_protect, "ly-set-parse-protect",
          1,0,0, (SCM t),
-         "If protection is switched on, errors in inline scheme are caught.")
+         "If protection is switched on, errors in inline scheme are caught.
+If off, GUILE will halt on errors, and give a stack trace. Default is protected evaluation.")
 {
   protect =  (t == SCM_BOOL_T);
   return SCM_UNSPECIFIED;