From: Eli Zaretskii Date: Sat, 27 Aug 2011 12:10:24 +0000 (+0300) Subject: Minor fix of documenting for focus-follows-mouse. X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~55 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd206ce50c9d0c464a51586822628832467eeb2b;p=emacs.git Minor fix of documenting for focus-follows-mouse. doc/emacs/frames.texi (Frame Commands): Advise setting focus-follows-mouse even on MS-Windows. Fix a typo. --- 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 @@ +2011-08-27 Eli Zaretskii + + * frames.texi (Frame Commands): Advise setting focus-follows-mouse + even on MS-Windows. Fix a typo. + 2011-08-26 Chong Yidong * 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 @code{focus-follows-mouse}. The default is @code{nil}, meaning you have to click on the window to select it (the default for most modern window managers). You should change it to @code{t} if your window -manager selects and window and gives it focus anytime you move the -mouse onto the window. +manager selects a window and gives it focus anytime you move the mouse +onto the window. The window manager that is part of MS-Windows always gives focus to a frame that raises, so this variable has no effect in the native -MS-Windows build of Emacs. +MS-Windows build of Emacs. However, you may still wish to set this +variable to @code{t} to have Emacs automatically move the mouse +pointer to the raised frame. @node Fonts @section Fonts