summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/rx.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-08-08 07:15:45 +0000
committerGlenn Morris <rgm@gnu.org>2007-08-08 07:15:45 +0000
commiteb71e34b3cc94ea2c1806a4d13dd3323c7e3dc63 (patch)
tree79af8d460356e32a3520085b6a8fee0cb140b388 /lisp/emacs-lisp/rx.el
parent7aef1b42fc9f6cfbca100451200338ea67693369 (diff)
downloademacs-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.el2
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;