Mercurial > emacs
diff lispref/frames.texi @ 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 | 61cb5aae3bc3 |
| children | 0ff4f0f6cdbd 858cb33ae39d |
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
