From f89549388da41e791ba7bf20a5a0ac0eed6e28fb Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Sat, 6 Oct 2007 09:56:29 +0000 Subject: [PATCH] (syms_of_xdisp): In doc-string of mouse-autoselect-window mention focus-follows-mouse. --- src/xdisp.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index ab4263fd83c..451d953ce09 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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, -- 2.39.2