changeset 72046:32108a3a9a16

(focus-follows-mouse): Document that it doesn't have any effect on MS-Windows.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 21 Jul 2006 07:42:52 +0000
parents 52eb98c2d37f
children 48c386e7269e
files lisp/frame.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/frame.el	Fri Jul 21 06:34:45 2006 +0000
+++ b/lisp/frame.el	Fri Jul 21 07:42:52 2006 +0000
@@ -685,7 +685,9 @@
   "*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")