aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Rudalics2007-10-06 09:56:29 +0000
committerMartin Rudalics2007-10-06 09:56:29 +0000
commitf89549388da41e791ba7bf20a5a0ac0eed6e28fb (patch)
tree63f1c828e21cef48a0f54fefea1463d218d14e4f /src
parent50fbcdcb0632b7ca81e3bf5b71e59f82a9e2127b (diff)
downloademacs-f89549388da41e791ba7bf20a5a0ac0eed6e28fb.tar.gz
emacs-f89549388da41e791ba7bf20a5a0ac0eed6e28fb.zip
(syms_of_xdisp): In doc-string of mouse-autoselect-window
mention focus-follows-mouse.
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,