From 1e38cb2d07cc811144f6a8ccfb0734280d7f2d47 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 28 Sep 2002 15:59:15 +0000 Subject: [PATCH] *** empty log message *** --- lily/parse-scm.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5