]> git.eshelyaron.com Git - emacs.git/commitdiff
(Input Focus): Document that focus-follows-mouse has no effect on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Jul 2006 08:00:36 +0000 (08:00 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Jul 2006 08:00:36 +0000 (08:00 +0000)
lispref/frames.texi

index 8486611a5750741efff575cf444aed4aad913970..08b4c3be531c13c9e85e156d29950aba5d862e8b 100644 (file)
@@ -1189,7 +1189,9 @@ change it.
 This option is how you inform Emacs whether the window manager transfers
 focus when the user moves the mouse.  Non-@code{nil} says that it does.
 When this is so, the command @code{other-frame} moves the mouse to a
-position consistent with the new selected frame.
+position consistent with the new selected frame.  (This option has no
+effect on MS-Windows, where the mouse pointer is always automatically
+moved by the OS to the selected frame.)
 @end defopt
 
 @node Visibility of Frames