aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-07-21 07:43:29 +0000
committerEli Zaretskii2006-07-21 07:43:29 +0000
commit38938eeb4f6fccbafb63b44ada6837a89086d770 (patch)
tree3de4593289d0ed72b3d79a5c575def63fc849271
parent06dc832132e0b53690d8045aee60d3926ff389e3 (diff)
downloademacs-38938eeb4f6fccbafb63b44ada6837a89086d770.tar.gz
emacs-38938eeb4f6fccbafb63b44ada6837a89086d770.zip
(focus-follows-mouse): Document that it doesn't have any effect on MS-Windows.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/frame.el4
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b46a8fef095..0d51a112bd8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-07-21 Eli Zaretskii <eliz@gnu.org>
2
3 * frame.el (focus-follows-mouse): Document that it doesn't have
4 any effect on MS-Windows.
5
12006-07-20 Stefan Monnier <monnier@iro.umontreal.ca> 62006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change. 8 * 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."
685 "*Non-nil if window system changes focus when you move the mouse. 685 "*Non-nil if window system changes focus when you move the mouse.
686You should set this variable to tell Emacs how your window manager 686You should set this variable to tell Emacs how your window manager
687handles focus, since there is no way in general for Emacs to find out 687handles focus, since there is no way in general for Emacs to find out
688automatically." 688automatically.
689
690This variable does not have any effect on MS-Windows."
689 :type 'boolean 691 :type 'boolean
690 :group 'frames 692 :group 'frames
691 :version "20.3") 693 :version "20.3")