# HG changeset patch # User Glenn Morris # Date 1202690822 0 # Node ID d68c088810a22740c88f9752f6ee17e2985d9791 # Parent f68e2df975f5046d03d79967bc9fde2f3c22d4ff (Equality Predicates): Mention equal-including-properties. diff -r f68e2df975f5 -r d68c088810a2 lispref/objects.texi --- 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