summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-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)