From: Glenn Morris Date: Wed, 22 Aug 2007 16:47:00 +0000 (+0000) Subject: Don't use `iff'. X-Git-Tag: emacs-pretest-22.1.90~945 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab337e25900e2e70b45595a7be1fb895645624b9;p=emacs.git Don't use `iff'. --- diff --git a/etc/NEWS b/etc/NEWS index dd7ccbb4c9f..63591f40e61 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -79,7 +79,7 @@ in to make it use the scrollbars from the system theme. * Lisp Changes in Emacs 22.2. -** The function text-invisible-p returns non-nil iff pos is invisible. +** The function text-invisible-p returns non-nil if pos is invisible. +++ ** inhibit-modification-hooks is bound to t while running modification hooks.