# HG changeset patch # User Glenn Morris # Date 1202691030 0 # Node ID 9c8fbf324b59b851af7396531558d85b6b33d834 # Parent 4e73f4d4b3d10a811ef5b6bca67f2dab2feeea73 (Equality Predicates): No longer talk about "two" functions. diff -r 4e73f4d4b3d1 -r 9c8fbf324b59 doc/lispref/objects.texi --- a/doc/lispref/objects.texi Mon Feb 11 00:49:15 2008 +0000 +++ b/doc/lispref/objects.texi Mon Feb 11 00:50:30 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 of contents between objects of specific types, e.g., strings. For these predicates, see the appropriate chapter describing the data type.