diff options
| author | Glenn Morris | 2008-02-10 02:23:05 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-10 02:23:05 +0000 |
| commit | bfffe0b196231cc02b40b57845fb986fe6054df2 (patch) | |
| tree | 059703b9b1e1779d46562f95b561f45c57c05042 /doc | |
| parent | d224e8c25145e2798fa52327efb49bc556c7241e (diff) | |
| download | emacs-bfffe0b196231cc02b40b57845fb986fe6054df2.tar.gz emacs-bfffe0b196231cc02b40b57845fb986fe6054df2.zip | |
(Equality Predicates): Mention equal-including-properties.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/objects.texi | 3 |
2 files changed, 7 insertions, 1 deletions
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 @@ | |||
| 1 | 2008-02-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * objects.texi (Equality Predicates): | ||
| 4 | Mention equal-including-properties. | ||
| 5 | |||
| 1 | 2008-02-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 | 2008-02-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * keymaps.texi (Tool Bar): Document rtl property. | 8 | * 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. | |||
| 2007 | @end example | 2007 | @end example |
| 2008 | 2008 | ||
| 2009 | Comparison of strings is case-sensitive, but does not take account of | 2009 | Comparison of strings is case-sensitive, but does not take account of |
| 2010 | text properties---it compares only the characters in the strings. For | 2010 | text properties---it compares only the characters in the strings. Use |
| 2011 | @code{equal-including-properties} to also compare text properties. For | ||
| 2011 | technical reasons, a unibyte string and a multibyte string are | 2012 | technical reasons, a unibyte string and a multibyte string are |
| 2012 | @code{equal} if and only if they contain the same sequence of | 2013 | @code{equal} if and only if they contain the same sequence of |
| 2013 | character codes and all these codes are either in the range 0 through | 2014 | character codes and all these codes are either in the range 0 through |