]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/xscheme.el
Merge multi-tty branch
[gnu-emacs] / lisp / progmodes / xscheme.el
index 0beca9e985e4b04781495420bab2f4314fcf5c99..a820ca4cedefb258dac5f43ab1bda768e5141278 100644 (file)
@@ -868,7 +868,7 @@ Control returns to the top level rep loop."
     (sleep-for 1)))
 
 (defun xscheme-process-running-p ()
-  "True iff there is a Scheme process whose status is `run'."
+  "True if there is a Scheme process whose status is `run'."
   (let ((process (get-process xscheme-process-name)))
     (and process
         (eq (process-status process) 'run))))
@@ -882,7 +882,7 @@ Control returns to the top level rep loop."
     (and buffer (get-buffer-window buffer))))
 
 (defun xscheme-process-buffer-current-p ()
-  "True iff the current buffer is the Scheme process buffer."
+  "True if the current buffer is the Scheme process buffer."
   (eq (xscheme-process-buffer) (current-buffer)))
 \f
 ;;;; Process Filter Operations