aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c5
1 files changed, 4 insertions, 1 deletions
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
24144mouse pointer enters it. 24144mouse pointer enters it.
24145 24145
24146Autoselection selects the minibuffer only if it is active, and never 24146Autoselection selects the minibuffer only if it is active, and never
24147unselects the minibuffer if it is active. */); 24147unselects the minibuffer if it is active.
24148
24149When customizing this variable make sure that the actual value of
24150`focus-follows-mouse' matches the behavior of your window manager. */);
24148 Vmouse_autoselect_window = Qnil; 24151 Vmouse_autoselect_window = Qnil;
24149 24152
24150 DEFVAR_LISP ("auto-resize-tool-bars", &Vauto_resize_tool_bars, 24153 DEFVAR_LISP ("auto-resize-tool-bars", &Vauto_resize_tool_bars,