From 86677b58d01a7b62bae43077c0a0f2c991b404b6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 24 Nov 2009 02:40:03 +0000 Subject: [PATCH] (focus-follows-mouse): Mention mouse-autoselect-window. --- src/ChangeLog | 4 ++++ src/frame.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; -- 2.39.5