From: Han-Wen Nienhuys Date: Sat, 28 Sep 2002 15:59:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.7.1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1e38cb2d07cc811144f6a8ccfb0734280d7f2d47;p=lilypond.git *** empty log message *** --- diff --git a/lily/parse-scm.cc b/lily/parse-scm.cc index 694872a335..3364e25658 100644 --- a/lily/parse-scm.cc +++ b/lily/parse-scm.cc @@ -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;