summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-03-26 07:36:57 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-03-26 07:36:57 -0700
commitd1ad2175586b8a778a63bcbb7f7ec263a3a6705c (patch)
tree894d2642d4eb57a6d35bee91827a9d2f9b0b47cc
parentfd82f588e3eadbe60b67d32f3a5ff8c4e7ffdea1 (diff)
downloadtxr-d1ad2175586b8a778a63bcbb7f7ec263a3a6705c.tar.gz
txr-d1ad2175586b8a778a63bcbb7f7ec263a3a6705c.tar.bz2
txr-d1ad2175586b8a778a63bcbb7f7ec263a3a6705c.zip
doc: improve wording under copy-hash.
* txr.1: Relationship between make-similiar-hash and copy-hash is expressed more accurately.
-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.