diff lisp/term/sun-mouse.el @ 78483:ee4552a02131

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:23:19 +0000
parents 030ae62d5c57
children f1713f61ee49 9732bf60ac8e 424b655804ca
line wrap: on
line diff
--- a/lisp/term/sun-mouse.el	Wed Aug 08 07:22:47 2007 +0000
+++ b/lisp/term/sun-mouse.el	Wed Aug 08 07:23:19 2007 +0000
@@ -230,7 +230,7 @@
 
 
 (defun minibuffer-window-p (window)
-  "True iff this WINDOW is minibuffer."
+  "True if this WINDOW is minibuffer."
   (= (frame-height)
      (nth 3 (window-edges window))	; The bottom edge.
      ))