(Equality Predicates): No longer talk about "two" functions.
This commit is contained in:
parent
46c0aa175c
commit
d8c8e45ab8
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,13 @@
|
|||
2008-02-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* objects.texi (Equality Predicates): No longer talk about "two"
|
||||
functions.
|
||||
|
||||
2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
|
||||
|
||||
* objects.texi (Equality Predicates): Add defun for
|
||||
equal-including-properties.
|
||||
|
||||
2008-02-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* objects.texi (Equality Predicates):
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue