diff options
| author | Glenn Morris | 2008-02-11 00:51:47 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-11 00:51:47 +0000 |
| commit | 8a1a7198ae351b95f580de97146f3ad71d2f4f77 (patch) | |
| tree | bb335fc7688689b8512a76dd4d84c630a0656bc0 /lispref/objects.texi | |
| parent | 6bafe8bc27dd3e82849a58be69ca2aba4b666e25 (diff) | |
| download | emacs-8a1a7198ae351b95f580de97146f3ad71d2f4f77.tar.gz emacs-8a1a7198ae351b95f580de97146f3ad71d2f4f77.zip | |
(Equality Predicates): No longer talk about "two" functions.
Diffstat (limited to 'lispref/objects.texi')
| -rw-r--r-- | lispref/objects.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi index 95a858c3cc3..a9e6110d629 100644 --- a/lispref/objects.texi +++ b/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 between objects of specific | 1874 | objects. Other functions test equality 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. |