summaryrefslogtreecommitdiff
path: root/doc/lispref
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-02-11 00:50:40 +0000
committerGlenn Morris <rgm@gnu.org>2008-02-11 00:50:40 +0000
commitd8c8e45ab89700e9f9b527dea9c581d204d16fad (patch)
tree4bad5e9c6d35b05fa970a38d4b45570562204063 /doc/lispref
parent46c0aa175c69803eb8eca4cba59e214f1bd0b150 (diff)
downloademacs-d8c8e45ab89700e9f9b527dea9c581d204d16fad.tar.gz
(Equality Predicates): No longer talk about "two" functions.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog10
-rw-r--r--doc/lispref/objects.texi2
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 5b3441acaa1..b2bb3343b3f 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -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):
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 8181a66d487..ea9800944a2 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -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.