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 | |
| parent | f060b622fb5bbae92d4d44f7d9d290070efff016 (diff) | |
| download | emacs-d6a72cc5000fa6ee663ad3b353df261478f365e5.tar.gz emacs-d6a72cc5000fa6ee663ad3b353df261478f365e5.zip | |
(Equality Predicates): Mention equal-including-properties.
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/objects.texi | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index d6a7c43f102..3bb69764066 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-02-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * objects.texi (Equality Predicates): | ||
| 4 | Mention equal-including-properties. | ||
| 5 | |||
| 1 | 2008-02-07 Richard Stallman <rms@gnu.org> | 6 | 2008-02-07 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * windows.texi (Window Start): Mention the feature of moving | 8 | * windows.texi (Window Start): Mention the feature of moving |
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 |