]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove time-stamp.
authorGlenn Morris <rgm@gnu.org>
Wed, 8 Aug 2007 07:37:59 +0000 (07:37 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 8 Aug 2007 07:37:59 +0000 (07:37 +0000)
Replace `iff' in doc-strings and comments.

lisp/winner.el

index bc7503b963c853904e83830b4aedefa40732b089..ed840d37622b9482d5ee1200b65c8edcf30da91b 100644 (file)
@@ -5,7 +5,6 @@
 
 ;; Author: Ivar Rummelhoff <ivarru@math.uio.no>
 ;; Created: 27 Feb 1997
-;; Time-stamp: <2006-02-06 15:13:57 ttn>
 ;; Keywords: convenience frames
 
 ;; This file is part of GNU Emacs.
@@ -286,7 +285,7 @@ You may want to include buffer names such as *Help*, *Apropos*,
 
 (defun winner-get-point (buf win)
   ;; Consult (and possibly extend) `winner-point-alist'.
-  ;; Returns nil iff buf no longer exists.
+  ;; Returns nil if buf no longer exists.
   (when (buffer-name buf)
     (let ((entry (assq buf winner-point-alist)))
       (cond
@@ -306,7 +305,7 @@ You may want to include buffer names such as *Help*, *Apropos*,
 \f
 ;; Make sure point does not end up in the minibuffer and delete
 ;; windows displaying dead or boring buffers
-;; (c.f. `winner-boring-buffers').  Return nil iff all the windows
+;; (c.f. `winner-boring-buffers').  Return nil if all the windows
 ;; should be deleted.  Preserve correct points and marks.
 (defun winner-set (conf)
   ;; For the format of `conf', see `winner-conf'.