changeset 72049:0c9580c375bc

(Input Focus): Document that focus-follows-mouse has no effect on MS-Windows.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 21 Jul 2006 08:00:36 +0000
parents 608984477c3d
children d79208e62ea9
files lispref/frames.texi
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/frames.texi	Fri Jul 21 07:56:51 2006 +0000
+++ b/lispref/frames.texi	Fri Jul 21 08:00:36 2006 +0000
@@ -1189,7 +1189,9 @@
 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