changeset 78738:98e06e3714ca

(focus-follows-mouse): Doc-fix. Change default on w32.
author Jason Rumney <jasonr@gnu.org>
date Wed, 05 Sep 2007 23:16:28 +0000
parents 5ec8fe8efb1e
children 7037ab6f28bc
files lisp/frame.el
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/frame.el	Wed Sep 05 03:21:57 2007 +0000
+++ b/lisp/frame.el	Wed Sep 05 23:16:28 2007 +0000
@@ -681,13 +681,11 @@
 	(nreverse frame-initial-geometry-arguments))
   (cdr param-list))
 
-(defcustom focus-follows-mouse (not (eq window-system 'mac))
+(defcustom focus-follows-mouse (not (memq window-system '(mac w32)))
   "*Non-nil if window system changes focus when you move the mouse.
 You should set this variable to tell Emacs how your window manager
 handles focus, since there is no way in general for Emacs to find out
-automatically.
-
-This variable does not have any effect on MS-Windows."
+automatically."
   :type 'boolean
   :group 'frames
   :version "20.3")