emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/sun-mouse.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/term/sun-mouse.el,v
Date: Mon, 13 Aug 2007 13:42:57 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/13 13:41:28

Index: lisp/term/sun-mouse.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/term/sun-mouse.el,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- lisp/term/sun-mouse.el      26 Jul 2007 05:27:30 -0000      1.32
+++ lisp/term/sun-mouse.el      13 Aug 2007 13:41:28 -0000      1.33
@@ -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.
      ))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]