(syms_of_xdisp): In doc-string of mouse-autoselect-window
authorMartin Rudalics <rudalics@gmx.at>
Sat, 6 Oct 2007 09:56:29 +0000 (09:56 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Sat, 6 Oct 2007 09:56:29 +0000 (09:56 +0000)
mention focus-follows-mouse.

src/xdisp.c

index ab4263f..451d953 100644 (file)
@@ -24144,7 +24144,10 @@ Any other value means to autoselect window instantaneously when the
 mouse pointer enters it.
 
 Autoselection selects the minibuffer only if it is active, and never
-unselects the minibuffer if it is active.  */);
+unselects the minibuffer if it is active.
+
+When customizing this variable make sure that the actual value of
+`focus-follows-mouse' matches the behavior of your window manager.  */);
   Vmouse_autoselect_window = Qnil;
 
   DEFVAR_LISP ("auto-resize-tool-bars", &Vauto_resize_tool_bars,