From: Glenn Morris Date: Mon, 11 Feb 2008 00:51:47 +0000 (+0000) Subject: (Equality Predicates): No longer talk about "two" functions. X-Git-Tag: emacs-pretest-22.1.91~36 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a1a7198ae351b95f580de97146f3ad71d2f4f77;p=emacs.git (Equality Predicates): No longer talk about "two" functions. --- 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 (tiny change) + + * objects.texi (Equality Predicates): Add defun for + equal-including-properties. + 2008-02-11 Glenn Morris - * 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 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.