diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:49:21 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:49:21 +0000 |
commit | e0f24100c74828aadd926f0afa6e3440be8c89d0 (patch) | |
tree | 3fb96e2684078c6612126ecc1d668fd87866a041 /src/search.c | |
parent | 22e9fe2445883d651799f027917cd50d065f200d (diff) | |
download | emacs-e0f24100c74828aadd926f0afa6e3440be8c89d0.tar.gz |
Replace `iff' in comments.
Diffstat (limited to 'src/search.c')
-rw-r--r-- | src/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index c74b1071237..3a9fabeb3ce 100644 --- a/src/search.c +++ b/src/search.c @@ -1614,7 +1614,7 @@ simple_search (n, pat, len, len_byte, trt, pos, pos_byte, lim, lim_byte) have nontrivial translation are the same aside from the last byte. This makes it possible to translate just the last byte of a character, and do so after just a simple test of the context. - CHARSET_BASE is nonzero iff there is such a non-ASCII character. + CHARSET_BASE is nonzero if there is such a non-ASCII character. If that criterion is not satisfied, do not call this function. */ |