changeset 80100:d68c088810a2

(Equality Predicates): Mention equal-including-properties.
author Glenn Morris <rgm@gnu.org>
date Mon, 11 Feb 2008 00:47:02 +0000
parents f68e2df975f5
children e5543d2b244f
files lispref/objects.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/objects.texi	Sun Feb 10 16:36:07 2008 +0000
+++ b/lispref/objects.texi	Mon Feb 11 00:47:02 2008 +0000
@@ -2000,7 +2000,8 @@
 @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