diff etc/NEWS @ 78471:40bf41048aad

Replace `iff'.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:12:04 +0000
parents aebddcb3277b
children 437c27340640
line wrap: on
line diff
--- 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.