changeset 78990:7ec27525c7eb

(syms_of_xdisp): In doc-string of mouse-autoselect-window mention focus-follows-mouse.
author Martin Rudalics <rudalics@gmx.at>
date Sat, 06 Oct 2007 09:56:29 +0000
parents 7c51b825de30
children 6b50e08f4d5c
files src/xdisp.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Sat Oct 06 09:54:19 2007 +0000
+++ b/src/xdisp.c	Sat Oct 06 09:56:29 2007 +0000
@@ -24144,7 +24144,10 @@
 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,