aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorGlenn Morris2007-08-08 07:27:21 +0000
committerGlenn Morris2007-08-08 07:27:21 +0000
commit3ecd3a56c0b0d9453272308be2aae4fca444e9f3 (patch)
tree598e888ff354bd38c9a6e819d200bca004e34229 /lisp/term
parentdf26688bd008d27830c166dbc3caccad7e83da0f (diff)
downloademacs-3ecd3a56c0b0d9453272308be2aae4fca444e9f3.tar.gz
emacs-3ecd3a56c0b0d9453272308be2aae4fca444e9f3.zip
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/sun-mouse.el2
-rw-r--r--lisp/term/tvi970.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el
index 280bfb67081..65ebe193c71 100644
--- a/lisp/term/sun-mouse.el
+++ b/lisp/term/sun-mouse.el
@@ -230,7 +230,7 @@ Handles wrapped and horizontally scrolled lines correctly."
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 ))
diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el
index 4af21f08522..1c0bda519ac 100644
--- a/lisp/term/tvi970.el
+++ b/lisp/term/tvi970.el
@@ -106,8 +106,8 @@
106 106
107;;; Should keypad numbers send ordinary digits or distinct escape sequences? 107;;; Should keypad numbers send ordinary digits or distinct escape sequences?
108(defvar tvi970-keypad-numeric nil 108(defvar tvi970-keypad-numeric nil
109 "The terminal should be in numeric keypad mode iff this variable is non-nil. 109 "Non-nil means the terminal should be in numeric keypad mode.
110Do not set this variable! Call the function ``tvi970-set-keypad-mode''.") 110Do not set this variable! Call the function `tvi970-set-keypad-mode'.")
111 111
112(defun tvi970-set-keypad-mode (&optional arg) 112(defun tvi970-set-keypad-mode (&optional arg)
113 "Set the current mode of the TVI 970 numeric keypad. 113 "Set the current mode of the TVI 970 numeric keypad.