]> git.eshelyaron.com Git - emacs.git/commitdiff
(focus-follows-mouse): Document that it doesn't have any effect on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Jul 2006 07:43:29 +0000 (07:43 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Jul 2006 07:43:29 +0000 (07:43 +0000)
lisp/ChangeLog
lisp/frame.el

index b46a8fef095afc76b4a3a30abadf3ee0ab822625..0d51a112bd86795cd93fc02c9a311dd47b4e8167 100644 (file)
@@ -1,3 +1,8 @@
+2006-07-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * frame.el (focus-follows-mouse): Document that it doesn't have
+       any effect on MS-Windows.
+
 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
index d041da254f5204ef9dc64455250d0d9a70d0b7a4..a92fa3c8133e214ec0b96d65c8de6aebda5d8063 100644 (file)
@@ -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")