diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-02-26 02:37:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-02-26 02:37:49 +0000 |
commit | 5703dc030fb97a8c87f0bb98963d71f1700e26c5 (patch) | |
tree | 25f8a97fd5c36faf6763cb02db81487872aef790 /lisp/frame.el | |
parent | 9f13066f69248b3c86b947de7f2e30212839054c (diff) | |
download | emacs-5703dc030fb97a8c87f0bb98963d71f1700e26c5.tar.gz |
(focus-follows-mouse): Doc fix.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 5 |
1 files changed, 4 insertions, 1 deletions
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") |