diff src/frame.c @ 106212:eada49222b30

(focus-follows-mouse): Mention mouse-autoselect-window.
author Glenn Morris <rgm@gnu.org>
date Tue, 24 Nov 2009 02:40:03 +0000
parents 01190029e5d3
children 8671036bedc4
line wrap: on
line diff
--- a/src/frame.c	Tue Nov 24 02:38:08 2009 +0000
+++ b/src/frame.c	Tue Nov 24 02:40:03 2009 +0000
@@ -4642,7 +4642,7 @@
 	       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;