From d8c8e45ab89700e9f9b527dea9c581d204d16fad Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 11 Feb 2008 00:50:40 +0000 Subject: [PATCH] (Equality Predicates): No longer talk about "two" functions. --- doc/lispref/ChangeLog | 10 ++++++++++ doc/lispref/objects.texi | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 + + * objects.texi (Equality Predicates): No longer talk about "two" + functions. + +2008-02-11 Lawrence Mitchell (tiny change) + + * objects.texi (Equality Predicates): Add defun for + equal-including-properties. + 2008-02-10 Glenn Morris * 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. -- 2.39.2