]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fix of documenting for focus-follows-mouse.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Aug 2011 12:10:24 +0000 (15:10 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Aug 2011 12:10:24 +0000 (15:10 +0300)
 doc/emacs/frames.texi (Frame Commands): Advise setting focus-follows-mouse
 even on MS-Windows.  Fix a typo.

doc/emacs/ChangeLog
doc/emacs/frames.texi

index f74f06e962f26264b536540388cc5305be3ec0c4..50eb89fe48847254a8001819405f1ac028ea2fe5 100644 (file)
@@ -1,3 +1,8 @@
+2011-08-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * frames.texi (Frame Commands): Advise setting focus-follows-mouse
+       even on MS-Windows.  Fix a typo.
+
 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
 
        * package.texi: New file, documenting the package manager.
index b9b566709881b9153601ee527a1189575cf5175a..328deaec3571f3d516d018aee6d6686b7afee1a0 100644 (file)
@@ -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