diff options
author | Glenn Morris <rgm@gnu.org> | 2009-11-24 02:40:03 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-11-24 02:40:03 +0000 |
commit | 86677b58d01a7b62bae43077c0a0f2c991b404b6 (patch) | |
tree | 800aa3cd1cddc074d88f396a0b75cad442bdc211 /src/frame.c | |
parent | 65235b0a3834e833d45e72bdcddf20fd0e868938 (diff) | |
download | emacs-86677b58d01a7b62bae43077c0a0f2c991b404b6.tar.gz emacs-86677b58d01a7b62bae43077c0a0f2c991b404b6.tar.bz2 emacs-86677b58d01a7b62bae43077c0a0f2c991b404b6.zip |
(focus-follows-mouse): Mention mouse-autoselect-window.
Diffstat (limited to 'src/frame.c')
-rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |