From 38938eeb4f6fccbafb63b44ada6837a89086d770 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 21 Jul 2006 07:43:29 +0000 Subject: [PATCH] (focus-follows-mouse): Document that it doesn't have any effect on MS-Windows. --- lisp/ChangeLog | 5 +++++ lisp/frame.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b46a8fef095..0d51a112bd8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-07-21 Eli Zaretskii + + * frame.el (focus-follows-mouse): Document that it doesn't have + any effect on MS-Windows. + 2006-07-20 Stefan Monnier * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change. diff --git a/lisp/frame.el b/lisp/frame.el index d041da254f5..a92fa3c8133 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -685,7 +685,9 @@ the user during startup." "*Non-nil if window system changes focus when you move the mouse. You should set this variable to tell Emacs how your window manager handles focus, since there is no way in general for Emacs to find out -automatically." +automatically. + +This variable does not have any effect on MS-Windows." :type 'boolean :group 'frames :version "20.3") -- 2.39.2