(focus-follows-mouse): Mention mouse-autoselect-window.

This commit is contained in:
Glenn Morris 2009-11-24 02:40:03 +00:00
parent 65235b0a38
commit 86677b58d0
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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;