aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-08-08 07:12:04 +0000
committerGlenn Morris2007-08-08 07:12:04 +0000
commitd95b32a480d8ae18265c2d00e3f2a1ac3822d1d9 (patch)
tree668b4b66d8b5cda14b26a89878a5ef2d4398ae8c
parente317f3b4230d8d5239e3077059ecd4ac2c04e7b2 (diff)
downloademacs-d95b32a480d8ae18265c2d00e3f2a1ac3822d1d9.tar.gz
emacs-d95b32a480d8ae18265c2d00e3f2a1ac3822d1d9.zip
Replace `iff'.
-rw-r--r--etc/GNUS-NEWS4
-rw-r--r--etc/NEWS4
-rw-r--r--etc/NEWS.1-172
-rw-r--r--etc/NEWS.194
-rw-r--r--etc/NEWS.212
5 files changed, 8 insertions, 8 deletions
diff --git a/etc/GNUS-NEWS b/etc/GNUS-NEWS
index fce326fc0d0..f09451af805 100644
--- a/etc/GNUS-NEWS
+++ b/etc/GNUS-NEWS
@@ -30,7 +30,7 @@ or remove them using `make remove-installed-shadows'.
30 30
31Use `make.bat' if you want to install Gnus under MS Windows, the first 31Use `make.bat' if you want to install Gnus under MS Windows, the first
32argument to the batch-program should be the directory where `xemacs.exe' 32argument to the batch-program should be the directory where `xemacs.exe'
33respectively `emacs.exe' is located, iff you want to install Gnus after 33respectively `emacs.exe' is located, if you want to install Gnus after
34compiling it, give `make.bat' `/copy' as the second parameter. 34compiling it, give `make.bat' `/copy' as the second parameter.
35 35
36`make.bat' has been rewritten from scratch, it now features automatic 36`make.bat' has been rewritten from scratch, it now features automatic
@@ -308,7 +308,7 @@ as external parts.
308 308
309** Gnus no longer generate the Sender: header automatically. 309** Gnus no longer generate the Sender: header automatically.
310 310
311Earlier it was generated iff the user configurable email address was 311Earlier it was generated when the user configurable email address was
312different from the Gnus guessed default user address. As the guessing 312different from the Gnus guessed default user address. As the guessing
313algorithm is rarely correct these days, and (more controversially) the 313algorithm is rarely correct these days, and (more controversially) the
314only use of the Sender: header was to check if you are entitled to 314only use of the Sender: header was to check if you are entitled to
diff --git a/etc/NEWS b/etc/NEWS
index f1a2ad28ca8..7c0712ca724 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3558,8 +3558,8 @@ that is, floats are compared by value and other elements with `eq'.
3558 3558
3559*** New functions `string-or-null-p' and `booleanp'. 3559*** New functions `string-or-null-p' and `booleanp'.
3560 3560
3561`string-or-null-p' returns non-nil iff OBJECT is a string or nil. 3561`string-or-null-p' returns non-nil if OBJECT is a string or nil.
3562`booleanp' returns non-nil iff OBJECT is t or nil. 3562`booleanp' returns non-nil if OBJECT is t or nil.
3563 3563
3564*** `makehash' is now obsolete. Use `make-hash-table' instead. 3564*** `makehash' is now obsolete. Use `make-hash-table' instead.
3565 3565
diff --git a/etc/NEWS.1-17 b/etc/NEWS.1-17
index 4e5243ea0c4..7bc30e5d228 100644
--- a/etc/NEWS.1-17
+++ b/etc/NEWS.1-17
@@ -1208,7 +1208,7 @@ whether and where a line has a comment.
1208 1208
1209* New function `auto-save-file-name-p' 1209* New function `auto-save-file-name-p'
1210 1210
1211Should return non-`nil' iff given a string which is the name of an 1211Should return non-`nil' if given a string which is the name of an
1212auto-save file (sans directory name). If you redefine 1212auto-save file (sans directory name). If you redefine
1213`make-auto-save-file-name', you should redefine this accordingly. By 1213`make-auto-save-file-name', you should redefine this accordingly. By
1214default, this function returns `t' for filenames beginning with 1214default, this function returns `t' for filenames beginning with
diff --git a/etc/NEWS.19 b/etc/NEWS.19
index 2f3e83fb946..08573703c04 100644
--- a/etc/NEWS.19
+++ b/etc/NEWS.19
@@ -5133,8 +5133,8 @@ using X).
5133** It is now simpler to tell Emacs to display accented characters under 5133** It is now simpler to tell Emacs to display accented characters under
5134X windows. M-x standard-display-european toggles the display of 5134X windows. M-x standard-display-european toggles the display of
5135buffer text according to the ISO Latin-1 standard. With a prefix 5135buffer text according to the ISO Latin-1 standard. With a prefix
5136argument, this command enables European character display iff the 5136argument, this command enables European character display if and only
5137argument is positive. 5137if the argument is positive.
5138 5138
5139** The `-i' command-line argument tells Emacs to use a picture of the 5139** The `-i' command-line argument tells Emacs to use a picture of the
5140GNU gnu as its icon, instead of letting the window manager choose an 5140GNU gnu as its icon, instead of letting the window manager choose an
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
2502returned. 2502returned.
2503 2503
2504Optional second arg MINIBUF t means count the minibuffer window even 2504Optional second arg MINIBUF t means count the minibuffer window even
2505if not active. MINIBUF nil or omitted means count the minibuffer iff 2505if not active. MINIBUF nil or omitted means count the minibuffer if
2506it is active. MINIBUF neither t nor nil means not to count the 2506it is active. MINIBUF neither t nor nil means not to count the
2507minibuffer even if it is active. 2507minibuffer even if it is active.
2508 2508