diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index f74f06e962f..50eb89fe488 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-08-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * frames.texi (Frame Commands): Advise setting focus-follows-mouse | ||
| 4 | even on MS-Windows. Fix a typo. | ||
| 5 | |||
| 1 | 2011-08-26 Chong Yidong <cyd@stupidchicken.com> | 6 | 2011-08-26 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * package.texi: New file, documenting the package manager. | 8 | * package.texi: New file, documenting the package manager. |
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index b9b56670988..328deaec357 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -467,12 +467,14 @@ for Emacs to detect this automatically, so you should set the variable | |||
| 467 | @code{focus-follows-mouse}. The default is @code{nil}, meaning you | 467 | @code{focus-follows-mouse}. The default is @code{nil}, meaning you |
| 468 | have to click on the window to select it (the default for most modern | 468 | have to click on the window to select it (the default for most modern |
| 469 | window managers). You should change it to @code{t} if your window | 469 | window managers). You should change it to @code{t} if your window |
| 470 | manager selects and window and gives it focus anytime you move the | 470 | manager selects a window and gives it focus anytime you move the mouse |
| 471 | mouse onto the window. | 471 | onto the window. |
| 472 | 472 | ||
| 473 | The window manager that is part of MS-Windows always gives focus to | 473 | The window manager that is part of MS-Windows always gives focus to |
| 474 | a frame that raises, so this variable has no effect in the native | 474 | a frame that raises, so this variable has no effect in the native |
| 475 | MS-Windows build of Emacs. | 475 | MS-Windows build of Emacs. However, you may still wish to set this |
| 476 | variable to @code{t} to have Emacs automatically move the mouse | ||
| 477 | pointer to the raised frame. | ||
| 476 | 478 | ||
| 477 | @node Fonts | 479 | @node Fonts |
| 478 | @section Fonts | 480 | @section Fonts |