diff options
| author | Martin Rudalics | 2018-06-27 09:07:59 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2018-06-27 09:07:59 +0200 |
| commit | d008ef3d0b4aaa83d9ee105450fdcf13aa63a7e3 (patch) | |
| tree | 5162c98049cd9499fdac831b27610777ba5aad7d /src | |
| parent | 6f6d525683d5731d55fcd801a66b078bd6ba8369 (diff) | |
| download | emacs-d008ef3d0b4aaa83d9ee105450fdcf13aa63a7e3.tar.gz emacs-d008ef3d0b4aaa83d9ee105450fdcf13aa63a7e3.zip | |
* src/xdisp.c (Vmouse_autoselect_window): Clarify doc-string (Bug#31975)
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 5bce05c219e..9247d5bc3e1 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -32822,8 +32822,10 @@ mouse pointer enters it. | |||
| 32822 | Autoselection selects the minibuffer only if it is active, and never | 32822 | Autoselection selects the minibuffer only if it is active, and never |
| 32823 | unselects the minibuffer if it is active. | 32823 | unselects the minibuffer if it is active. |
| 32824 | 32824 | ||
| 32825 | When customizing this variable make sure that the actual value of | 32825 | If you want to use the mouse to autoselect a window on another frame, |
| 32826 | `focus-follows-mouse' matches the behavior of your window manager. */); | 32826 | make sure that (1) your window manager has focus follow the mouse and |
| 32827 | (2) the value of the option `focus-follows-mouse' matches the policy | ||
| 32828 | of your window manager. */); | ||
| 32827 | Vmouse_autoselect_window = Qnil; | 32829 | Vmouse_autoselect_window = Qnil; |
| 32828 | 32830 | ||
| 32829 | DEFVAR_LISP ("auto-resize-tool-bars", Vauto_resize_tool_bars, | 32831 | DEFVAR_LISP ("auto-resize-tool-bars", Vauto_resize_tool_bars, |