From a9cfaa884fd57ad73ddedb108e044d8a1c01d5f8 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 8 Nov 2021 07:13:25 -0800 Subject: doc: fix :weak-values typo. * txr.1: The hash construction keyword is :weak-vals; the keyword :weak-values is not recognized, yet mentioned in three places in the documentation. --- txr.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/txr.1 b/txr.1 index 2566c644..a6960268 100644 --- a/txr.1 +++ b/txr.1 @@ -12330,7 +12330,7 @@ a hash table. Allowed keywords are: .codn :eql-based , .codn :eq-based , .codn :weak-keys , -.codn :weak-values , +.codn :weak-vals , and .codn :userdata . If the @@ -52263,7 +52263,7 @@ argument is then ignored. If both .meta weak-keys and -.meta weak-values +.meta weak-vals are true, and .meta weak-keys is not one of the keywords @@ -52344,13 +52344,13 @@ or may be specified. If either of these is specified, then the .code :weak-keys and -.code :weak-values +.code :weak-vals keywords are redundant and unnecessary. If .code :weak-keys and -.code :weak-values +.code :weak-vals are both specified, and .code :weak-and isn't specified, the situation is equivalent to -- cgit v1.2.3