# HG changeset patch # User Eli Zaretskii # Date 1153467772 0 # Node ID 32108a3a9a164f5b0b217917c390bd2c3786606f # Parent 52eb98c2d37ffc416ae9c5d282d820a8d4818a4e (focus-follows-mouse): Document that it doesn't have any effect on MS-Windows. diff -r 52eb98c2d37f -r 32108a3a9a16 lisp/frame.el --- a/lisp/frame.el Fri Jul 21 06:34:45 2006 +0000 +++ b/lisp/frame.el Fri Jul 21 07:42:52 2006 +0000 @@ -685,7 +685,9 @@ "*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." +automatically. + +This variable does not have any effect on MS-Windows." :type 'boolean :group 'frames :version "20.3")