From bfffe0b196231cc02b40b57845fb986fe6054df2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 10 Feb 2008 02:23:05 +0000 Subject: [PATCH] (Equality Predicates): Mention equal-including-properties. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/objects.texi | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 76831379c44..5b3441acaa1 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2008-02-10 Glenn Morris + + * objects.texi (Equality Predicates): + Mention equal-including-properties. + 2008-02-07 Jan Dj,Ad(Brv * keymaps.texi (Tool Bar): Document rtl property. diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index b68e2d60fc3..b4f7a022321 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -2007,7 +2007,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 -- 2.39.5