aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2011-08-27 15:10:24 +0300
committerEli Zaretskii2011-08-27 15:10:24 +0300
commitbd206ce50c9d0c464a51586822628832467eeb2b (patch)
tree1e1c09cb4b0be86d8084d4b52082b12e1a7263f5
parent9980ebf354c53717846c37d459d186f2dc4e063f (diff)
downloademacs-bd206ce50c9d0c464a51586822628832467eeb2b.tar.gz
emacs-bd206ce50c9d0c464a51586822628832467eeb2b.zip
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.
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/frames.texi8
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 @@
12011-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
12011-08-26 Chong Yidong <cyd@stupidchicken.com> 62011-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
468have to click on the window to select it (the default for most modern 468have to click on the window to select it (the default for most modern
469window managers). You should change it to @code{t} if your window 469window managers). You should change it to @code{t} if your window
470manager selects and window and gives it focus anytime you move the 470manager selects a window and gives it focus anytime you move the mouse
471mouse onto the window. 471onto 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
474a frame that raises, so this variable has no effect in the native 474a frame that raises, so this variable has no effect in the native
475MS-Windows build of Emacs. 475MS-Windows build of Emacs. However, you may still wish to set this
476variable to @code{t} to have Emacs automatically move the mouse
477pointer to the raised frame.
476 478
477@node Fonts 479@node Fonts
478@section Fonts 480@section Fonts