diff options
| author | Eli Zaretskii | 2014-04-24 18:11:04 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-04-24 18:11:04 +0300 |
| commit | 402a211fd318d0aef8de6cb606e678d2ec64706d (patch) | |
| tree | 00df3558f0dec0d121827c52bf0ffa994d03148e /doc/lispref/ChangeLog | |
| parent | bc0650fdb6476da2d0fcb563955d848479b14959 (diff) | |
| download | emacs-402a211fd318d0aef8de6cb606e678d2ec64706d.tar.gz emacs-402a211fd318d0aef8de6cb606e678d2ec64706d.zip | |
Minor doc fix for string predicates.
doc/lispref/strings.texi (Text Comparison): Mention
equal-including-properties for when text properties of the strings
matter for comparison.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index de3b1ddb20c..c2907cccf6e 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-04-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * strings.texi (Text Comparison): Mention | ||
| 4 | equal-including-properties for when text properties of the strings | ||
| 5 | matter for comparison. | ||
| 6 | |||
| 1 | 2014-04-21 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-04-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * text.texi (Registers): Document register-read-with-preview. | 9 | * text.texi (Registers): Document register-read-with-preview. |