diff options
| author | Juanma Barranquero | 2011-02-23 20:56:30 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-02-23 20:56:30 +0100 |
| commit | 8307f92370e7d86aea2c78d0dbc06c5ace9c6f11 (patch) | |
| tree | 0f4b65eac80f244ac7610b5317e2163d668f22cb /src/ChangeLog | |
| parent | f1cffc3d52a56eef7ee17392f912f3201a52b5d6 (diff) | |
| download | emacs-8307f92370e7d86aea2c78d0dbc06c5ace9c6f11.tar.gz emacs-8307f92370e7d86aea2c78d0dbc06c5ace9c6f11.zip | |
Fix typos.
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 f9c15811547..0fdc151e540 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -15960,7 +15960,7 @@ | |||
| 15960 | 15960 | ||
| 15961 | * search.c (search_buffer): Give up BM search on case-fold-search | 15961 | * search.c (search_buffer): Give up BM search on case-fold-search |
| 15962 | if one of a target character has a case-equivalence of different | 15962 | if one of a target character has a case-equivalence of different |
| 15963 | byte length even if that target charcter is an ASCII. | 15963 | byte length even if that target character is an ASCII. |
| 15964 | (simple_search): Fix calculation of byte length of matched text. | 15964 | (simple_search): Fix calculation of byte length of matched text. |
| 15965 | (boyer_moore): Fix handling of case-equivalent multibyte characters. | 15965 | (boyer_moore): Fix handling of case-equivalent multibyte characters. |
| 15966 | 15966 | ||