aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2008-02-11 00:50:40 +0000
committerGlenn Morris2008-02-11 00:50:40 +0000
commitd8c8e45ab89700e9f9b527dea9c581d204d16fad (patch)
tree4bad5e9c6d35b05fa970a38d4b45570562204063 /doc
parent46c0aa175c69803eb8eca4cba59e214f1bd0b150 (diff)
downloademacs-d8c8e45ab89700e9f9b527dea9c581d204d16fad.tar.gz
emacs-d8c8e45ab89700e9f9b527dea9c581d204d16fad.zip
(Equality Predicates): No longer talk about "two" functions.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog10
-rw-r--r--doc/lispref/objects.texi2
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 @@
12008-02-11 Glenn Morris <rgm@gnu.org>
2
3 * objects.texi (Equality Predicates): No longer talk about "two"
4 functions.
5
62008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
7
8 * objects.texi (Equality Predicates): Add defun for
9 equal-including-properties.
10
12008-02-10 Glenn Morris <rgm@gnu.org> 112008-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
1874objects. Other functions test equality of contents between objects of specific 1874objects. Other functions test equality of contents between objects of specific
1875types, e.g., strings. For these predicates, see the appropriate chapter 1875types, e.g., strings. For these predicates, see the appropriate chapter
1876describing the data type. 1876describing the data type.