summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-02-11 00:51:47 +0000
committerGlenn Morris <rgm@gnu.org>2008-02-11 00:51:47 +0000
commit8a1a7198ae351b95f580de97146f3ad71d2f4f77 (patch)
treebb335fc7688689b8512a76dd4d84c630a0656bc0
parent6bafe8bc27dd3e82849a58be69ca2aba4b666e25 (diff)
downloademacs-8a1a7198ae351b95f580de97146f3ad71d2f4f77.tar.gz
(Equality Predicates): No longer talk about "two" functions.
-rw-r--r--lispref/ChangeLog9
-rw-r--r--lispref/objects.texi2
2 files changed, 8 insertions, 3 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 3bb69764066..93e8b9c62a0 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -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>
diff --git a/lispref/objects.texi b/lispref/objects.texi
index 95a858c3cc3..a9e6110d629 100644
--- a/lispref/objects.texi
+++ b/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 between objects of specific
types, e.g., strings. For these predicates, see the appropriate chapter
describing the data type.