diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-12 22:19:23 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-12 22:19:23 -0800 |
commit | cc687df3f6dd6d259c08e3bd7a1123bb837da868 (patch) | |
tree | 1481a664af6a3a3bdf4e444fe1334d5abe7129fc | |
parent | 246b8fd4e0eb32ffe291e53d694cc7572a7c40bf (diff) | |
download | txr-cc687df3f6dd6d259c08e3bd7a1123bb837da868.tar.gz txr-cc687df3f6dd6d259c08e3bd7a1123bb837da868.tar.bz2 txr-cc687df3f6dd6d259c08e3bd7a1123bb837da868.zip |
Minor edits.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |