diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-04-06 11:34:58 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-04-06 11:34:58 -0700 |
commit | ef7aabdf51f95ef9e13f72efdf5d66ee3bc58ceb (patch) | |
tree | f374f28ed0af74305b149369ba0e072c1aa64234 | |
parent | eff4cef0576fe2069da6265999c47ac8b3561878 (diff) | |
download | txr-ef7aabdf51f95ef9e13f72efdf5d66ee3bc58ceb.tar.gz txr-ef7aabdf51f95ef9e13f72efdf5d66ee3bc58ceb.tar.bz2 txr-ef7aabdf51f95ef9e13f72efdf5d66ee3bc58ceb.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.1 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |