Mercurial > emacs
changeset 106212:eada49222b30
(focus-follows-mouse): Mention mouse-autoselect-window.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 24 Nov 2009 02:40:03 +0000 |
parents | a26517472883 |
children | 74565da884e6 |
files | src/ChangeLog src/frame.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 24 02:38:08 2009 +0000 +++ b/src/ChangeLog Tue Nov 24 02:40:03 2009 +0000 @@ -1,3 +1,7 @@ +2009-11-24 Glenn Morris <rgm@gnu.org> + + * frame.c (focus-follows-mouse): Mention mouse-autoselect-window. + 2009-11-23 Jan Djärv <jan.h.d@swipnet.se> * Makefile.in: Must create deps for ecrt0.o in its rule.
--- a/src/frame.c Tue Nov 24 02:38:08 2009 +0000 +++ b/src/frame.c Tue Nov 24 02:40:03 2009 +0000 @@ -4642,7 +4642,7 @@ doc: /* Non-nil if window system changes focus when you move the mouse. You should set this variable to tell Emacs how your window manager handles focus, since there is no way in general for Emacs to find out -automatically. */); +automatically. See also `mouse-autoselect-window'. */); #ifdef HAVE_WINDOW_SYSTEM #if defined(HAVE_NTGUI) || defined(HAVE_NS) focus_follows_mouse = 0;