aboutsummaryrefslogtreecommitdiffstats
path: root/src/search.c
diff options
context:
space:
mode:
authorMiles Bader2007-08-13 13:41:28 +0000
committerMiles Bader2007-08-13 13:41:28 +0000
commit37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch)
tree7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /src/search.c
parent031b6333283be57d971e557b83da31c6be937b0a (diff)
parent9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff)
downloademacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz
emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index 4ae3a68b304..d91110f4b0e 100644
--- a/src/search.c
+++ b/src/search.c
@@ -1662,7 +1662,7 @@ simple_search (n, pat, len, len_byte, trt, pos, pos_byte, lim, lim_byte)
1662 have nontrivial translation are the same aside from the last byte. 1662 have nontrivial translation are the same aside from the last byte.
1663 This makes it possible to translate just the last byte of a 1663 This makes it possible to translate just the last byte of a
1664 character, and do so after just a simple test of the context. 1664 character, and do so after just a simple test of the context.
1665 CHARSET_BASE is nonzero iff there is such a non-ASCII character. 1665 CHARSET_BASE is nonzero if there is such a non-ASCII character.
1666 1666
1667 If that criterion is not satisfied, do not call this function. */ 1667 If that criterion is not satisfied, do not call this function. */
1668 1668