diff options
| author | Glenn Morris | 2008-02-11 00:47:11 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-11 00:47:11 +0000 |
| commit | d6a72cc5000fa6ee663ad3b353df261478f365e5 (patch) | |
| tree | 969a64320dbc7989633511d9ffc7920fe3484a74 /lispref/objects.texi | |
| parent | f060b622fb5bbae92d4d44f7d9d290070efff016 (diff) | |
| download | emacs-d6a72cc5000fa6ee663ad3b353df261478f365e5.tar.gz emacs-d6a72cc5000fa6ee663ad3b353df261478f365e5.zip | |
(Equality Predicates): Mention equal-including-properties.
Diffstat (limited to 'lispref/objects.texi')
| -rw-r--r-- | lispref/objects.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi index eaf20aa7191..9aa8ba24712 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi | |||
| @@ -2000,7 +2000,8 @@ always true. | |||
| 2000 | @end example | 2000 | @end example |
| 2001 | 2001 | ||
| 2002 | Comparison of strings is case-sensitive, but does not take account of | 2002 | Comparison of strings is case-sensitive, but does not take account of |
| 2003 | text properties---it compares only the characters in the strings. For | 2003 | text properties---it compares only the characters in the strings. Use |
| 2004 | @code{equal-including-properties} to also compare text properties. For | ||
| 2004 | technical reasons, a unibyte string and a multibyte string are | 2005 | technical reasons, a unibyte string and a multibyte string are |
| 2005 | @code{equal} if and only if they contain the same sequence of | 2006 | @code{equal} if and only if they contain the same sequence of |
| 2006 | character codes and all these codes are either in the range 0 through | 2007 | character codes and all these codes are either in the range 0 through |