diff options
| author | Glenn Morris | 2008-02-11 00:50:40 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-11 00:50:40 +0000 |
| commit | d8c8e45ab89700e9f9b527dea9c581d204d16fad (patch) | |
| tree | 4bad5e9c6d35b05fa970a38d4b45570562204063 /doc | |
| parent | 46c0aa175c69803eb8eca4cba59e214f1bd0b150 (diff) | |
| download | emacs-d8c8e45ab89700e9f9b527dea9c581d204d16fad.tar.gz emacs-d8c8e45ab89700e9f9b527dea9c581d204d16fad.zip | |
(Equality Predicates): No longer talk about "two" functions.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 10 | ||||
| -rw-r--r-- | doc/lispref/objects.texi | 2 |
2 files changed, 11 insertions, 1 deletions
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 @@ | |||
| 1 | 2008-02-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * objects.texi (Equality Predicates): No longer talk about "two" | ||
| 4 | functions. | ||
| 5 | |||
| 6 | 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change) | ||
| 7 | |||
| 8 | * objects.texi (Equality Predicates): Add defun for | ||
| 9 | equal-including-properties. | ||
| 10 | |||
| 1 | 2008-02-10 Glenn Morris <rgm@gnu.org> | 11 | 2008-02-10 Glenn Morris <rgm@gnu.org> |
| 2 | 12 | ||
| 3 | * objects.texi (Equality Predicates): | 13 | * 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 | |||
| 1870 | @section Equality Predicates | 1870 | @section Equality Predicates |
| 1871 | @cindex equality | 1871 | @cindex equality |
| 1872 | 1872 | ||
| 1873 | Here we describe two functions that test for equality between any two | 1873 | Here we describe functions that test for equality between any two |
| 1874 | objects. Other functions test equality of contents between objects of specific | 1874 | objects. Other functions test equality of contents between objects of specific |
| 1875 | types, e.g., strings. For these predicates, see the appropriate chapter | 1875 | types, e.g., strings. For these predicates, see the appropriate chapter |
| 1876 | describing the data type. | 1876 | describing the data type. |