# HG changeset patch # User Glenn Morris # Date 1202610134 0 # Node ID aaee11161defe8306ed6cfa46bb50f6d0820d268 # Parent 673d6dc12d3497bc9a9f0a97ab47a746d8252c40 (Equality Predicates): Mention equal-including-properties. diff -r 673d6dc12d34 -r aaee11161def doc/lispref/objects.texi --- a/doc/lispref/objects.texi Sun Feb 10 02:14:20 2008 +0000 +++ b/doc/lispref/objects.texi Sun Feb 10 02:22:14 2008 +0000 @@ -2007,7 +2007,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