diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-03-26 07:36:57 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-03-26 07:36:57 -0700 |
commit | d1ad2175586b8a778a63bcbb7f7ec263a3a6705c (patch) | |
tree | 894d2642d4eb57a6d35bee91827a9d2f9b0b47cc | |
parent | fd82f588e3eadbe60b67d32f3a5ff8c4e7ffdea1 (diff) | |
download | txr-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.1 | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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. |