diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:38:50 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:38:50 +0000 |
commit | a68f2006ee8483b49da5d168aba2ab447623af18 (patch) | |
tree | a31d48ac17c450085869517e2bb72a381b98737a /lisp/hilit-chg.el | |
parent | 449cacc6aafb2d7412d93339eeeb404853fe1441 (diff) | |
download | emacs-a68f2006ee8483b49da5d168aba2ab447623af18.tar.gz |
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/hilit-chg.el')
-rw-r--r-- | lisp/hilit-chg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index b1238b66419..a167b2bc1e7 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el @@ -131,7 +131,7 @@ ;; an example, if the value is `buffer-file-name' then all buffers ;; who are visiting files are suitable, but others (like dired ;; buffers) are not; -;; * a list -- then the buffer is suitable iff its mode is in the +;; * a list -- then the buffer is suitable if its mode is in the ;; list, except if the first element is `not', in which case the test ;; is reversed (i.e. it is a list of unsuitable modes). ;; * Otherwise, the buffer is suitable if its name does not begin with |