aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-02-11 00:47:11 +0000
committerGlenn Morris2008-02-11 00:47:11 +0000
commitd6a72cc5000fa6ee663ad3b353df261478f365e5 (patch)
tree969a64320dbc7989633511d9ffc7920fe3484a74
parentf060b622fb5bbae92d4d44f7d9d290070efff016 (diff)
downloademacs-d6a72cc5000fa6ee663ad3b353df261478f365e5.tar.gz
emacs-d6a72cc5000fa6ee663ad3b353df261478f365e5.zip
(Equality Predicates): Mention equal-including-properties.
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/objects.texi3
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 @@
12008-02-11 Glenn Morris <rgm@gnu.org>
2
3 * objects.texi (Equality Predicates):
4 Mention equal-including-properties.
5
12008-02-07 Richard Stallman <rms@gnu.org> 62008-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
2002Comparison of strings is case-sensitive, but does not take account of 2002Comparison of strings is case-sensitive, but does not take account of
2003text properties---it compares only the characters in the strings. For 2003text properties---it compares only the characters in the strings. Use
2004@code{equal-including-properties} to also compare text properties. For
2004technical reasons, a unibyte string and a multibyte string are 2005technical 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
2006character codes and all these codes are either in the range 0 through 2007character codes and all these codes are either in the range 0 through