From: Eli Zaretskii Date: Fri, 21 Jul 2006 07:43:29 +0000 (+0000) Subject: (focus-follows-mouse): Document that it doesn't have any effect on MS-Windows. X-Git-Tag: emacs-pretest-22.0.90~1308 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38938eeb4f6fccbafb63b44ada6837a89086d770;p=emacs.git (focus-follows-mouse): Document that it doesn't have any effect on MS-Windows. --- 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")