summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.111
1 files changed, 6 insertions, 5 deletions
diff --git a/txr.1 b/txr.1
index ad295cde..6840e80f 100644
--- a/txr.1
+++ b/txr.1
@@ -49148,11 +49148,12 @@ function).
The
.code copy-hash
-function is like
-.codn make-similar-hash ,
-except that instead of
-producing an empty hash table, it produces one which has all the same elements
-as
+also produces a hash table similar to
+.metn hash ,
+in the same way as
+.codn make-similar-hash .
+However, rather than producing producing an empty hash table, it returns a
+duplicate table which has all the same elements as
.metn hash :
it contains the same key and value objects.