diff options
| author | Eli Zaretskii | 2006-07-21 07:43:29 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-21 07:43:29 +0000 |
| commit | 38938eeb4f6fccbafb63b44ada6837a89086d770 (patch) | |
| tree | 3de4593289d0ed72b3d79a5c575def63fc849271 | |
| parent | 06dc832132e0b53690d8045aee60d3926ff389e3 (diff) | |
| download | emacs-38938eeb4f6fccbafb63b44ada6837a89086d770.tar.gz emacs-38938eeb4f6fccbafb63b44ada6837a89086d770.zip | |
(focus-follows-mouse): Document that it doesn't have any effect on MS-Windows.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/frame.el | 4 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2006-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. |
| 686 | You should set this variable to tell Emacs how your window manager | 686 | You should set this variable to tell Emacs how your window manager |
| 687 | handles focus, since there is no way in general for Emacs to find out | 687 | handles focus, since there is no way in general for Emacs to find out |
| 688 | automatically." | 688 | automatically. |
| 689 | |||
| 690 | This 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") |