From: Glenn Morris Date: Tue, 24 Nov 2009 02:40:03 +0000 (+0000) Subject: (focus-follows-mouse): Mention mouse-autoselect-window. X-Git-Tag: emacs-pretest-23.1.90~256 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86677b58d01a7b62bae43077c0a0f2c991b404b6;p=emacs.git (focus-follows-mouse): Mention mouse-autoselect-window. --- diff --git a/src/ChangeLog b/src/ChangeLog index f59e8762779..09158373226 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-11-24 Glenn Morris + + * frame.c (focus-follows-mouse): Mention mouse-autoselect-window. + 2009-11-23 Jan Djärv * Makefile.in: Must create deps for ecrt0.o in its rule. diff --git a/src/frame.c b/src/frame.c index 2a72e43cd40..4a9d30dd215 100644 --- a/src/frame.c +++ b/src/frame.c @@ -4642,7 +4642,7 @@ This variable is local to the current terminal and cannot be buffer-local. */); 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;