summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
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: