Mercurial > emacs
changeset 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 | 80e300a489d6 |
children | edc666d07b2c |
files | lisp/term/sun-mouse.el lisp/term/tvi970.el |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
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. ))
--- 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.