diff options
| author | Eli Zaretskii | 2006-07-21 08:00:36 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-21 08:00:36 +0000 |
| commit | 979b403323c9e121b09265bfd358ce82bb893e3d (patch) | |
| tree | 0f4b26304f042a4550c8a935d6e2f47ad7d77f6d | |
| parent | b56868c32db76b82fe23b3b0d3c9474793496e32 (diff) | |
| download | emacs-979b403323c9e121b09265bfd358ce82bb893e3d.tar.gz emacs-979b403323c9e121b09265bfd358ce82bb893e3d.zip | |
(Input Focus): Document that focus-follows-mouse has no effect on MS-Windows.
| -rw-r--r-- | lispref/frames.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index 8486611a575..08b4c3be531 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi | |||
| @@ -1189,7 +1189,9 @@ change it. | |||
| 1189 | This option is how you inform Emacs whether the window manager transfers | 1189 | This option is how you inform Emacs whether the window manager transfers |
| 1190 | focus when the user moves the mouse. Non-@code{nil} says that it does. | 1190 | focus when the user moves the mouse. Non-@code{nil} says that it does. |
| 1191 | When this is so, the command @code{other-frame} moves the mouse to a | 1191 | When this is so, the command @code{other-frame} moves the mouse to a |
| 1192 | position consistent with the new selected frame. | 1192 | position consistent with the new selected frame. (This option has no |
| 1193 | effect on MS-Windows, where the mouse pointer is always automatically | ||
| 1194 | moved by the OS to the selected frame.) | ||
| 1193 | @end defopt | 1195 | @end defopt |
| 1194 | 1196 | ||
| 1195 | @node Visibility of Frames | 1197 | @node Visibility of Frames |