emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 d008ef3: * src/xdisp.c (Vmouse_autoselect_window)


From: Martin Rudalics
Subject: [Emacs-diffs] emacs-26 d008ef3: * src/xdisp.c (Vmouse_autoselect_window): Clarify doc-string (Bug#31975)
Date: Wed, 27 Jun 2018 03:09:09 -0400 (EDT)

branch: emacs-26
commit d008ef3d0b4aaa83d9ee105450fdcf13aa63a7e3
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    * src/xdisp.c (Vmouse_autoselect_window): Clarify doc-string (Bug#31975)
---
 src/xdisp.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index 5bce05c..9247d5b 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -32822,8 +32822,10 @@ mouse pointer enters it.
 Autoselection selects the minibuffer only if it is active, and never
 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.  */);
+If you want to use the mouse to autoselect a window on another frame,
+make sure that (1) your window manager has focus follow the mouse and
+(2) the value of the option `focus-follows-mouse' matches the policy
+of your window manager.  */);
   Vmouse_autoselect_window = Qnil;
 
   DEFVAR_LISP ("auto-resize-tool-bars", Vauto_resize_tool_bars,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]