From 246b8fd4e0eb32ffe291e53d694cc7572a7c40bf Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 12 Jan 2012 17:35:42 -0800 Subject: Clarification. --- txr.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3