]> 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:50:40 +0000 (00:50 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 11 Feb 2008 00:50:40 +0000 (00:50 +0000)
doc/lispref/ChangeLog
doc/lispref/objects.texi

index 5b3441acaa13d7f6bd3c175b1bb9a7b5f80c6db0..b2bb3343b3fc4a936e10d5f102208a894ee4c7c9 100644 (file)
@@ -1,3 +1,13 @@
+2008-02-11  Glenn Morris  <rgm@gnu.org>
+
+       * objects.texi (Equality Predicates): No longer talk about "two"
+       functions.
+
+2008-02-11  Lawrence Mitchell <wence@gmx.li>  (tiny change)
+
+       * objects.texi (Equality Predicates): Add defun for
+       equal-including-properties.
+
 2008-02-10  Glenn Morris  <rgm@gnu.org>
 
        * objects.texi (Equality Predicates):
index 8181a66d487c88cb64cc2d7442e659d14493c333..ea9800944a2675c1b00d29ff664e193465c6821b 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 of contents between objects of specific
 types, e.g., strings.  For these predicates, see the appropriate chapter
 describing the data type.