]> git.eshelyaron.com Git - emacs.git/commitdiff
(Equality Predicates): Mention equal-including-properties.
authorGlenn Morris <rgm@gnu.org>
Sun, 10 Feb 2008 02:23:05 +0000 (02:23 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 10 Feb 2008 02:23:05 +0000 (02:23 +0000)
doc/lispref/ChangeLog
doc/lispref/objects.texi

index 76831379c44e3a9a4498ac75e3046e04792fa65b..5b3441acaa13d7f6bd3c175b1bb9a7b5f80c6db0 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-10  Glenn Morris  <rgm@gnu.org>
+
+       * objects.texi (Equality Predicates):
+       Mention equal-including-properties.
+
 2008-02-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * keymaps.texi (Tool Bar): Document rtl property.
index b68e2d60fc3b35e3ab85f968bc5990096ad06213..b4f7a0223219afb7fc8f8160f97ce42dfbc06608 100644 (file)
@@ -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