From cc687df3f6dd6d259c08e3bd7a1123bb837da868 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 12 Jan 2012 22:19:23 -0800 Subject: Minor edits. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 6ff6dd7a..50843e08 100644 --- a/txr.1 +++ b/txr.1 @@ -5492,7 +5492,7 @@ Examples: (consp "abc") -> nil (consp '(3)) -> t -.SS Function make_lazy_cons +.SS Function make-lazy-cons .TP Syntax: @@ -5640,7 +5640,7 @@ output list prior to returning. Caveats: Like mappend, mappend* must "consume" empty lists. For instance, -if the function being mapped put out a sequence of nil values, +if the function being mapped puts out a sequence of nil values, then the result must be the empty list nil, because (append nil nil nil nil ...) is nil. -- cgit v1.2.3