From: Glenn Morris <rgm@gnu.org>
Date: Mon, 11 Feb 2008 00:47:11 +0000 (+0000)
Subject: (Equality Predicates): Mention equal-including-properties.
X-Git-Tag: emacs-pretest-22.1.91~38
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6a72cc5000fa6ee663ad3b353df261478f365e5;p=emacs.git

(Equality Predicates): Mention equal-including-properties.
---

diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index d6a7c43f102..3bb69764066 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-11  Glenn Morris  <rgm@gnu.org>
+
+	* objects.texi (Equality Predicates):
+	Mention equal-including-properties.
+
 2008-02-07  Richard Stallman  <rms@gnu.org>
 
 	* 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.
 @end example
 
 Comparison of strings is case-sensitive, but does not take account of
-text properties---it compares only the characters in the strings.  For
+text properties---it compares only the characters in the strings.  Use
+@code{equal-including-properties} to also compare text properties.  For
 technical reasons, a unibyte string and a multibyte string are
 @code{equal} if and only if they contain the same sequence of
 character codes and all these codes are either in the range 0 through