From 19af859cf63e22468903a44533161f2f9c4fe8a4 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 15 Nov 2016 06:33:00 -0800 Subject: doc: fixes under equal method. * txr.1: clarification; article-noun plurality agreement. --- txr.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index 8d671053..a08c5ad5 100644 --- a/txr.1 +++ b/txr.1 @@ -22779,7 +22779,9 @@ that structure type support The .code equal -method must not take any arguments. Moreover, the method must never return +method must not require any arguments other than +.metn object . +Moreover, the method must never return .codn nil . When a struct which supports equality substitution is compared using @@ -22796,7 +22798,7 @@ The same applies when an struct is hashed using the .code hash-equal function, or implicitly by an .code :equal-hash -hash tables. +hash table. Note: if an .code equal -- cgit v1.2.3