# HG changeset patch # User Glenn Morris # Date 1186557799 0 # Node ID ee4552a02131b5d7dcf8129076d78a832018f039 # Parent 80e300a489d6da215a3dbad1766685f81d1474e1 Replace `iff' in doc-strings and comments. diff -r 80e300a489d6 -r ee4552a02131 lisp/term/sun-mouse.el --- 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. )) diff -r 80e300a489d6 -r ee4552a02131 lisp/term/tvi970.el --- a/lisp/term/tvi970.el Wed Aug 08 07:22:47 2007 +0000 +++ b/lisp/term/tvi970.el Wed Aug 08 07:23:19 2007 +0000 @@ -106,8 +106,8 @@ ;;; Should keypad numbers send ordinary digits or distinct escape sequences? (defvar tvi970-keypad-numeric nil - "The terminal should be in numeric keypad mode iff this variable is non-nil. -Do not set this variable! Call the function ``tvi970-set-keypad-mode''.") + "Non-nil means the terminal should be in numeric keypad mode. +Do not set this variable! Call the function `tvi970-set-keypad-mode'.") (defun tvi970-set-keypad-mode (&optional arg) "Set the current mode of the TVI 970 numeric keypad.