diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:12:04 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:12:04 +0000 |
commit | d95b32a480d8ae18265c2d00e3f2a1ac3822d1d9 (patch) | |
tree | 668b4b66d8b5cda14b26a89878a5ef2d4398ae8c /etc/NEWS.21 | |
parent | e317f3b4230d8d5239e3077059ecd4ac2c04e7b2 (diff) | |
download | emacs-d95b32a480d8ae18265c2d00e3f2a1ac3822d1d9.tar.gz |
Replace `iff'.
Diffstat (limited to 'etc/NEWS.21')
-rw-r--r-- | etc/NEWS.21 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS.21 b/etc/NEWS.21 index 91a37be8276..a4c42a6479a 100644 --- a/etc/NEWS.21 +++ b/etc/NEWS.21 @@ -2502,7 +2502,7 @@ value is returned. If no window satisfies PREDICATE, DEFAULT is returned. Optional second arg MINIBUF t means count the minibuffer window even -if not active. MINIBUF nil or omitted means count the minibuffer iff +if not active. MINIBUF nil or omitted means count the minibuffer if it is active. MINIBUF neither t nor nil means not to count the minibuffer even if it is active. |