summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-12 17:35:42 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-12 17:35:42 -0800
commit246b8fd4e0eb32ffe291e53d694cc7572a7c40bf (patch)
tree2ffd2eee706c16981b808e76ed7139bdd86c54b8 /txr.1
parent684f80f6f119a3234aeefd1ceaa7120b6b995b1e (diff)
downloadtxr-246b8fd4e0eb32ffe291e53d694cc7572a7c40bf.tar.gz
txr-246b8fd4e0eb32ffe291e53d694cc7572a7c40bf.tar.bz2
txr-246b8fd4e0eb32ffe291e53d694cc7572a7c40bf.zip
Clarification.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 3 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index fd28fd49..6ff6dd7a 100644
--- a/txr.1
+++ b/txr.1
@@ -5361,7 +5361,9 @@ The append* function works like append, but returns a lazy list which produces
the catenation of the lists on demand. If some of the arguments are
themselves lazy lists which are infinite, then append* can return immediately,
whereas append will get caught in an infinite loop trying to produce a
-catenation and eventually exhaust available memory.
+catenation and eventually exhaust available memory. (However, the last
+argument to append may be an infinite lazy list, because append does not
+traverse the last argument.)
.TP
Examples: