summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-12 22:19:23 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-12 22:19:23 -0800
commitcc687df3f6dd6d259c08e3bd7a1123bb837da868 (patch)
tree1481a664af6a3a3bdf4e444fe1334d5abe7129fc
parent246b8fd4e0eb32ffe291e53d694cc7572a7c40bf (diff)
downloadtxr-cc687df3f6dd6d259c08e3bd7a1123bb837da868.tar.gz
txr-cc687df3f6dd6d259c08e3bd7a1123bb837da868.tar.bz2
txr-cc687df3f6dd6d259c08e3bd7a1123bb837da868.zip
Minor edits.
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
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.