diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-02-26 02:37:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-02-26 02:37:58 +0000 |
commit | 6527c9b7ac4e131c9c53318605eda6ba66fa525f (patch) | |
tree | 6cc061e0d1b2e961723f7f2d4bbbc392edf015dd | |
parent | f5b92c898ab2ab1c5233f25b41c5701bf7592bc9 (diff) | |
download | emacs-6527c9b7ac4e131c9c53318605eda6ba66fa525f.tar.gz |
(focus-follows-mouse): Doc fix.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/frame.el | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0c0f0557785..c1976d346a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-02-25 Richard M. Stallman <rms@gnu.org> + + * frame.el (focus-follows-mouse): Doc fix. + 2002-02-26 Miles Bader <miles@gnu.org> * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols diff --git a/lisp/frame.el b/lisp/frame.el index 191210141df..2c7dcdd2781 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -641,7 +641,10 @@ the user during startup." (defcustom focus-follows-mouse t - "*Non-nil if window system changes focus when you move the mouse." + "*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." :type 'boolean :group 'frames :version "20.3") |