]> git.eshelyaron.com Git - emacs.git/commitdiff
(focus-follows-mouse): Mention mouse-autoselect-window.
authorGlenn Morris <rgm@gnu.org>
Tue, 24 Nov 2009 02:40:03 +0000 (02:40 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 24 Nov 2009 02:40:03 +0000 (02:40 +0000)
src/ChangeLog
src/frame.c

index f59e876277989bcd58910fb6a9951dbe86f8f0b5..09158373226e99a9d42015ccda2e7b2a7f1b43fc 100644 (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.
index 2a72e43cd40bed4fca655c5ea1878a97277158c4..4a9d30dd2158ef0aa04a540bb2a27520698041eb 100644 (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;