summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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.