summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisplib.c2
-rw-r--r--txr.12
2 files changed, 2 insertions, 2 deletions
diff --git a/lisplib.c b/lisplib.c
index d4d71724..47ccc7b5 100644
--- a/lisplib.c
+++ b/lisplib.c
@@ -216,7 +216,7 @@ static val with_stream_instantiate(val set_fun)
static val hash_set_entries(val dlt, val fun)
{
- val name[] = { lit("with-hash-table-iter"), nil };
+ val name[] = { lit("with-hash-iter"), nil };
set_dlt_entries(dlt, name, fun);
return nil;
}
diff --git a/txr.1 b/txr.1
index a9330444..cc6838f6 100644
--- a/txr.1
+++ b/txr.1
@@ -29011,7 +29011,7 @@ If no more entries remain to be visited, it returns
.mets \ \ << body-form *)
.syne
The
-.code with-hash-table-iter
+.code with-hash-iter
macro evaluates
.metn body-form -s
in an environment in which a lexically scoped function is visible.