From 20619c589ac74de43e79d7781df17e16d3ee850b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 28 Oct 2015 06:32:38 -0700 Subject: Fix with-hash-table-iter typo. * lisplib.c (hash_set_entries): Change with-hash-table-iter to with-hash-iter. * txr.1: Likewise. --- lisplib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisplib.c') 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; } -- cgit v1.2.3