changeset 91742:9c8fbf324b59

(Equality Predicates): No longer talk about "two" functions.
author Glenn Morris <rgm@gnu.org>
date Mon, 11 Feb 2008 00:50:30 +0000
parents 4e73f4d4b3d1
children 4c109d4eb7eb
files doc/lispref/objects.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.