# HG changeset patch # User Glenn Morris # Date 1186557124 0 # Node ID 40bf41048aade21b8d12d5cee9d2ce28605c1543 # Parent 8124d29b8a76f4e74f21a2f7708aa4e3db3bc14c Replace `iff'. diff -r 8124d29b8a76 -r 40bf41048aad etc/GNUS-NEWS --- a/etc/GNUS-NEWS Wed Aug 08 07:11:41 2007 +0000 +++ b/etc/GNUS-NEWS Wed Aug 08 07:12:04 2007 +0000 @@ -30,7 +30,7 @@ Use `make.bat' if you want to install Gnus under MS Windows, the first argument to the batch-program should be the directory where `xemacs.exe' -respectively `emacs.exe' is located, iff you want to install Gnus after +respectively `emacs.exe' is located, if you want to install Gnus after compiling it, give `make.bat' `/copy' as the second parameter. `make.bat' has been rewritten from scratch, it now features automatic @@ -308,7 +308,7 @@ ** Gnus no longer generate the Sender: header automatically. -Earlier it was generated iff the user configurable email address was +Earlier it was generated when the user configurable email address was different from the Gnus guessed default user address. As the guessing algorithm is rarely correct these days, and (more controversially) the only use of the Sender: header was to check if you are entitled to diff -r 8124d29b8a76 -r 40bf41048aad etc/NEWS --- a/etc/NEWS Wed Aug 08 07:11:41 2007 +0000 +++ b/etc/NEWS Wed Aug 08 07:12:04 2007 +0000 @@ -3558,8 +3558,8 @@ *** New functions `string-or-null-p' and `booleanp'. -`string-or-null-p' returns non-nil iff OBJECT is a string or nil. -`booleanp' returns non-nil iff OBJECT is t or nil. +`string-or-null-p' returns non-nil if OBJECT is a string or nil. +`booleanp' returns non-nil if OBJECT is t or nil. *** `makehash' is now obsolete. Use `make-hash-table' instead. diff -r 8124d29b8a76 -r 40bf41048aad etc/NEWS.1-17 --- a/etc/NEWS.1-17 Wed Aug 08 07:11:41 2007 +0000 +++ b/etc/NEWS.1-17 Wed Aug 08 07:12:04 2007 +0000 @@ -1208,7 +1208,7 @@ * New function `auto-save-file-name-p' -Should return non-`nil' iff given a string which is the name of an +Should return non-`nil' if given a string which is the name of an auto-save file (sans directory name). If you redefine `make-auto-save-file-name', you should redefine this accordingly. By default, this function returns `t' for filenames beginning with diff -r 8124d29b8a76 -r 40bf41048aad etc/NEWS.19 --- a/etc/NEWS.19 Wed Aug 08 07:11:41 2007 +0000 +++ b/etc/NEWS.19 Wed Aug 08 07:12:04 2007 +0000 @@ -5133,8 +5133,8 @@ ** It is now simpler to tell Emacs to display accented characters under X windows. M-x standard-display-european toggles the display of buffer text according to the ISO Latin-1 standard. With a prefix -argument, this command enables European character display iff the -argument is positive. +argument, this command enables European character display if and only +if the argument is positive. ** The `-i' command-line argument tells Emacs to use a picture of the GNU gnu as its icon, instead of letting the window manager choose an diff -r 8124d29b8a76 -r 40bf41048aad etc/NEWS.21 --- a/etc/NEWS.21 Wed Aug 08 07:11:41 2007 +0000 +++ b/etc/NEWS.21 Wed Aug 08 07:12:04 2007 +0000 @@ -2502,7 +2502,7 @@ 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.