# HG changeset patch # User Glenn Morris # Date 1202691099 0 # Node ID 273ae2c8519f65d8a23a3de058b9b833aba7d6ae # Parent 3b51b5b38332248932ec284cde8fe4b6e9bc855f (Equality Predicates): No longer talk about "two" functions. diff -r 3b51b5b38332 -r 273ae2c8519f lispref/objects.texi --- a/lispref/objects.texi Mon Feb 11 00:49:28 2008 +0000 +++ b/lispref/objects.texi Mon Feb 11 00:51:39 2008 +0000 @@ -1870,7 +1870,7 @@ @section Equality Predicates @cindex equality - Here we describe two functions that test for equality between any two + Here we describe functions that test for equality between any two objects. Other functions test equality between objects of specific types, e.g., strings. For these predicates, see the appropriate chapter describing the data type.