summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/rx.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-08-08 07:17:12 +0000
committerGlenn Morris <rgm@gnu.org>2007-08-08 07:17:12 +0000
commitab2d877d4515f7bb1de1a5b59d24c3d76903a802 (patch)
treeb0db10d3fa0894617d6d3e2ac707e9f35a3005a4 /lisp/emacs-lisp/rx.el
parent314125ec3721de7081213968761f3bb60636bd04 (diff)
downloademacs-ab2d877d4515f7bb1de1a5b59d24c3d76903a802.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;