diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2003-12-01 04:09:00 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2003-12-01 04:09:00 +0000 |
commit | a62f71e4224bf8e631e44656e86be0eb48d66b68 (patch) | |
tree | 88ad47fd35a931d7c21e6af4899d673adba9cc0b /lispref/ChangeLog | |
parent | d4241ae4cb9018ba2ad40a852dba2c0b95dc30ab (diff) | |
download | emacs-a62f71e4224bf8e631e44656e86be0eb48d66b68.tar.gz |
(Text Comparison): Correctly describe when two strings are `equal'.
Combine and clarify descriptions of `assoc-ignore-case' and
`assoc-ignore-representation'.
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r-- | lispref/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 69ca664dfb9..85a5f506739 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,15 @@ +2003-11-30 Luc Teirlinck <teirllm@auburn.edu> + + * strings.texi (Text Comparison): Correctly describe when two + strings are `equal'. Combine and clarify descriptions of + `assoc-ignore-case' and `assoc-ignore-representation'. + + * objects.texi (Non-ASCII in Strings): Clarify description of + when a string is unibyte or multibyte. + (Bool-Vector Type): Update examples. + (Equality Predicates): Correctly describe when two strings are + `equal'. + 2003-11-29 Luc Teirlinck <teirllm@auburn.edu> * lists.texi (Building Lists): `append' no longer accepts integer |