summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index d6fc7fdd..bb2325a5 100644
--- a/txr.1
+++ b/txr.1
@@ -5977,8 +5977,8 @@ In this situation, if the call does not specify a value for the parameter,
then the parameter takes on the value of the expression <expr>.
The initializer expressions are evaluated an environment in which
-all of the parameters are visible, which extends the environment in
-which the lambda was constructed. For instance:
+all of the previous parameters are visible, in addition to the surrounding
+environment of the lambda. For instance:
(let ((default 0))
(lambda (str : (end (length str)) (counter default))