diff lisp/textmodes/flyspell.el @ 78482:80e300a489d6

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:22:47 +0000
parents b6d25790aab2
children 81b279307e4b a3c6b2cd98cc 424b655804ca
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el	Wed Aug 08 07:21:23 2007 +0000
+++ b/lisp/textmodes/flyspell.el	Wed Aug 08 07:22:47 2007 +0000
@@ -457,7 +457,8 @@
 This spawns a single Ispell process and checks each word.
 The default flyspell behavior is to highlight incorrect words.
 With no argument, this command toggles Flyspell mode.
-With a prefix argument ARG, turn Flyspell minor mode on iff ARG is positive.
+With a prefix argument ARG, turn Flyspell minor mode on if ARG is positive,
+otherwise turn it off.
 
 Bindings:
 \\[ispell-word]: correct words (using Ispell).
@@ -1621,7 +1622,7 @@
 ;;*    flyspell-overlay-p ...                                           */
 ;;*---------------------------------------------------------------------*/
 (defun flyspell-overlay-p (o)
-  "A predicate that return true iff O is an overlay used by flyspell."
+  "Return true if O is an overlay used by flyspell."
   (and (overlayp o) (overlay-get o 'flyspell-overlay)))
 
 ;;*---------------------------------------------------------------------*/