diff options
| author | Juanma Barranquero | 2010-09-14 22:32:35 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-09-14 22:32:35 +0200 |
| commit | 3b59c3511cb74d944730b8156bbfd3bd7d8aa69f (patch) | |
| tree | 0dda9e9329b007cd267ad0e806a274a4f6c0ed33 /src/ChangeLog | |
| parent | 2b5491fabb7656ed913b324612b6d9e5a55a3c23 (diff) | |
| download | emacs-3b59c3511cb74d944730b8156bbfd3bd7d8aa69f.tar.gz emacs-3b59c3511cb74d944730b8156bbfd3bd7d8aa69f.zip | |
Fix typos in comments and ChangeLogs.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7f7a0d7a222..5685ec47683 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -20307,7 +20307,7 @@ | |||
| 20307 | 20307 | ||
| 20308 | * search.c (search_buffer): Give up BM search on case-fold-search | 20308 | * search.c (search_buffer): Give up BM search on case-fold-search |
| 20309 | if one of a target character has a case-equivalence of different | 20309 | if one of a target character has a case-equivalence of different |
| 20310 | byte length even if that target charcter is an ASCII. | 20310 | byte length even if that target character is an ASCII. |
| 20311 | (simple_search): Fix calculation of byte length of matched text. | 20311 | (simple_search): Fix calculation of byte length of matched text. |
| 20312 | (boyer_moore): Fix handling of case-equivalent multibyte characters. | 20312 | (boyer_moore): Fix handling of case-equivalent multibyte characters. |
| 20313 | 20313 | ||