From d1ad2175586b8a778a63bcbb7f7ec263a3a6705c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 26 Mar 2021 07:36:57 -0700 Subject: doc: improve wording under copy-hash. * txr.1: Relationship between make-similiar-hash and copy-hash is expressed more accurately. --- txr.1 | 11 ++++++----- 1 file 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. -- cgit v1.2.3