changeset 91713:aaee11161def

(Equality Predicates): Mention equal-including-properties.
author Glenn Morris <rgm@gnu.org>
date Sun, 10 Feb 2008 02:22:14 +0000
parents 673d6dc12d34
children ce589154c2c3
files doc/lispref/objects.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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