[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111038: search.c (search_buffer):
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111038: search.c (search_buffer): Improve a comment. |
Date: |
Sat, 15 Dec 2012 22:13:09 +0900 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 111038 [merge]
committer: Kenichi Handa <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-12-15 22:13:09 +0900
message:
search.c (search_buffer): Improve a comment.
modified:
src/search.c
=== modified file 'src/search.c'
--- a/src/search.c 2012-12-11 15:30:45 +0000
+++ b/src/search.c 2012-12-15 13:04:50 +0000
@@ -1313,8 +1313,11 @@
non-nil, we can use boyer-moore search only if TRT can be
represented by the byte array of 256 elements. For that,
all non-ASCII case-equivalents of all case-sensitive
- characters in STRING must belong to the same charset and
- row. */
+ characters in STRING must belong to the same character
+ group (two characters belong to the same group iff their
+ multibyte forms are the same except for the last byte;
+ i.e. every 64 characters form a group; U+0000..U+003F,
+ U+0040..U+007F, U+0080..U+00BF, ...). */
while (--len >= 0)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111038: search.c (search_buffer): Improve a comment.,
Kenichi Handa <=