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:
parent
6bafe8bc27
commit
8a1a7198ae
@ -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>
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user