From: Martin Rudalics Date: Sat, 6 Oct 2007 09:56:29 +0000 (+0000) Subject: (syms_of_xdisp): In doc-string of mouse-autoselect-window X-Git-Tag: emacs-pretest-22.1.90~665 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f89549388da41e791ba7bf20a5a0ac0eed6e28fb;p=emacs.git (syms_of_xdisp): In doc-string of mouse-autoselect-window mention focus-follows-mouse. --- 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,