From aeb76cfe860f14982fc97de262c343b94e11156a Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Tue, 8 Feb 2022 09:26:45 +0000 Subject: doc: fix name of unique's equality function. * txr.1: The unique function defaults to using an :equal-based hash table, in which case it considers elements to be equal under the equal function, rather than the eql function. Correct this typo, and also adjust the spacing of the .mets line. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index e1324c0e..cd796423 100644 --- a/txr.1 +++ b/txr.1 @@ -36919,7 +36919,7 @@ That is to say, this equivalence holds: .coNP Function @ unique .synb -.mets (unique < sequence >> [ keyfun <> { hash-arg }* ]) +.mets (unique < sequence >> [ keyfun <> { hash-arg }*]) .syne .desc The @@ -36935,7 +36935,7 @@ If neither nor .metn hash-arg s are specified, then elements of sequence are considered equal under the -.code eql +.code equal function. The first occurrence of each element is retained, and the subsequent duplicates of that element, of any, are suppressed, such that the order of the elements is otherwise preserved. -- cgit v1.2.3