diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:15:45 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:15:45 +0000 |
commit | eb71e34b3cc94ea2c1806a4d13dd3323c7e3dc63 (patch) | |
tree | 79af8d460356e32a3520085b6a8fee0cb140b388 /lisp/emacs-lisp/rx.el | |
parent | 7aef1b42fc9f6cfbca100451200338ea67693369 (diff) | |
download | emacs-eb71e34b3cc94ea2c1806a4d13dd3323c7e3dc63.tar.gz |
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/emacs-lisp/rx.el')
-rw-r--r-- | lisp/emacs-lisp/rx.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index cf915c1b15d..45a1e9c8d10 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -554,7 +554,7 @@ appended to R will apply to all of R. For example, \"a\" This function may return false negatives, but it will not return false positives. It is nevertheless useful in -situations where an efficiency shortcut can be taken iff a +situations where an efficiency shortcut can be taken only if a regexp is atomic. The function can be improved to detect more cases of atomic regexps. Presently, this function detects the following categories of atomic regexp; |