(focus-follows-mouse): Mention mouse-autoselect-window.
This commit is contained in:
parent
65235b0a38
commit
86677b58d0
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue