diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-04-23 06:57:31 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-04-23 06:57:31 -0700 |
commit | 0c78f2e195158f793a616bb17dfd4fc1f177c397 (patch) | |
tree | 2d771d66c7e473cd935a2f80e2a941a863561e39 /txr.1 | |
parent | b0ebf843ce862f8448aad85e61cc1b3727745fd0 (diff) | |
download | txr-0c78f2e195158f793a616bb17dfd4fc1f177c397.tar.gz txr-0c78f2e195158f793a616bb17dfd4fc1f177c397.tar.bz2 txr-0c78f2e195158f793a616bb17dfd4fc1f177c397.zip |
* txr.1: name typo in lcons sample implementation.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |