summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.119
1 files changed, 19 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 4e01b8f6..ba267bca 100644
--- a/txr.1
+++ b/txr.1
@@ -37805,6 +37805,25 @@ boolean. If the function returns true, then
.code glob
will terminate.
+The
+.meta error-func
+may terminate the traversal by a nonlocal exit, such as by throwing
+an exception or performing a block return.
+
+The
+.meta error-func
+may not re-enter the
+.code glob
+function. This situation is detected and diagnosed by an exception.
+
+The
+.meta error-func
+may not capture a continuation across the error boundary. That is to say,
+code invoked from the error may not capture a continuation up to a prompt
+which surrounds the
+.code glob
+call. Such an attempt is detected and diagnosed by an exception.
+
Details of the semantics of the
.code glob
function, and the meaning of all the