changeset 80103:273ae2c8519f

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