+2007-09-05 Jason Rumney <jasonr@gnu.org>
+
+ * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
+
2007-09-02 Richard Stallman <rms@gnu.org>
* emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
(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")