]> git.eshelyaron.com Git - emacs.git/commitdiff
(Equality Predicates): No longer talk about "two" functions.
authorGlenn Morris <rgm@gnu.org>
Mon, 11 Feb 2008 00:51:47 +0000 (00:51 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 11 Feb 2008 00:51:47 +0000 (00:51 +0000)
lispref/ChangeLog
lispref/objects.texi

index 3bb69764066177898f74febe0fe82b593fe80c81..93e8b9c62a03d73418fd6ab7257390dc8a38e91b 100644 (file)
@@ -1,7 +1,12 @@
+2008-02-11  Lawrence Mitchell <wence@gmx.li>  (tiny change)
+
+       * objects.texi (Equality Predicates): Add defun for
+       equal-including-properties.
+
 2008-02-11  Glenn Morris  <rgm@gnu.org>
 
-       * objects.texi (Equality Predicates):
-       Mention equal-including-properties.
+       * objects.texi (Equality Predicates): Mention
+       equal-including-properties.  No longer talk about "two" functions.
 
 2008-02-07  Richard Stallman  <rms@gnu.org>
 
index 95a858c3cc3e6542223bcbba81fec55c2c444422..a9e6110d629f0361abbec424a8b8a847abd5798f 100644 (file)
@@ -1870,7 +1870,7 @@ This function returns a symbol naming the primitive type of
 @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.