summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-23 06:57:31 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-23 06:57:31 -0700
commit0c78f2e195158f793a616bb17dfd4fc1f177c397 (patch)
tree2d771d66c7e473cd935a2f80e2a941a863561e39
parentb0ebf843ce862f8448aad85e61cc1b3727745fd0 (diff)
downloadtxr-0c78f2e195158f793a616bb17dfd4fc1f177c397.tar.gz
txr-0c78f2e195158f793a616bb17dfd4fc1f177c397.tar.bz2
txr-0c78f2e195158f793a616bb17dfd4fc1f177c397.zip
* txr.1: name typo in lcons sample implementation.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index e3fd25b4..194aacc7 100644
--- a/txr.1
+++ b/txr.1
@@ -15338,7 +15338,7 @@ constructor with a lexical closure provided by a
function:
.cblk
- (defmacro lcon (car-form cdr-form)
+ (defmacro lcons (car-form cdr-form)
(let ((lc (gensym)))
^(make-lazy-cons (lambda (,lc)
(rplaca ,lc ,car-form)