1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

(Equality Predicates): No longer talk about "two" functions.

This commit is contained in:
Glenn Morris 2008-02-11 00:51:47 +00:00
parent 6bafe8bc27
commit 8a1a7198ae
2 changed files with 8 additions and 3 deletions

View File

@ -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>

View File

@ -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.