summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2024-04-06 11:34:58 -0700
committerKaz Kylheku <kaz@kylheku.com>2024-04-06 11:34:58 -0700
commit12c24e79baa50ce2e345956bcbabe567c5339130 (patch)
treef374f28ed0af74305b149369ba0e072c1aa64234
parent71a54d56ce48a1708e94f6010c4de3cb28c19ab2 (diff)
downloadtxr-12c24e79baa50ce2e345956bcbabe567c5339130.tar.gz
txr-12c24e79baa50ce2e345956bcbabe567c5339130.tar.bz2
txr-12c24e79baa50ce2e345956bcbabe567c5339130.zip
doc: missing word in close-lazy-streams.
* txr.1: Fix "stream is recorded in a hidden." and revise some neighboring text for clarity.
-rw-r--r--txr.17
1 files changed, 4 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index 0f3e8542..b5cffeea 100644
--- a/txr.1
+++ b/txr.1
@@ -24580,10 +24580,11 @@ sets up special monitoring of the the functions
.code lazy-stream-cons
and
.codn get-lines .
-Whenever these functions register an I/O stream with a lazy list, that stream is
-recorded in a hidden. When the
+Whenever these functions register an I/O stream with a lazy list, in the
+dynamic scope of this environment, that stream is
+recorded in a hidden list associated with the innermost enclosing
.code close-lazy-streams
-form terminates, it invokes the
+form. When the form terminates, it invokes
.code close-stream
on each stream in the hidden list.