diff options
author | Glenn Morris <rgm@gnu.org> | 2008-02-10 02:22:14 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-02-10 02:22:14 +0000 |
commit | 3dc3b91f91ce8f2b466193a21ab7476a4f86e1e8 (patch) | |
tree | f92ceb3f0229953c34ae78882d8f5677398a44e5 /doc | |
parent | 32da45123cc1f0902edd63aeb45f9452ea86ebff (diff) | |
download | emacs-3dc3b91f91ce8f2b466193a21ab7476a4f86e1e8.tar.gz |
(Equality Predicates): Mention equal-including-properties.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/objects.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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 |