comparison 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
comparison
equal deleted inserted replaced
78482:80e300a489d6 78483:ee4552a02131
228 x)))))) 228 x))))))
229 (- nc cc))) 229 (- nc cc)))
230 230
231 231
232 (defun minibuffer-window-p (window) 232 (defun minibuffer-window-p (window)
233 "True iff this WINDOW is minibuffer." 233 "True if this WINDOW is minibuffer."
234 (= (frame-height) 234 (= (frame-height)
235 (nth 3 (window-edges window)) ; The bottom edge. 235 (nth 3 (window-edges window)) ; The bottom edge.
236 )) 236 ))
237 237
238 238