(focus-follows-mouse): Document that it doesn't have any effect on MS-Windows.
This commit is contained in:
parent
06dc832132
commit
38938eeb4f
2 changed files with 8 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue