summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-02-26 02:37:58 +0000
committerRichard M. Stallman <rms@gnu.org>2002-02-26 02:37:58 +0000
commit6527c9b7ac4e131c9c53318605eda6ba66fa525f (patch)
tree6cc061e0d1b2e961723f7f2d4bbbc392edf015dd /lisp/frame.el
parentf5b92c898ab2ab1c5233f25b41c5701bf7592bc9 (diff)
downloademacs-6527c9b7ac4e131c9c53318605eda6ba66fa525f.tar.gz
(focus-follows-mouse): Doc fix.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el5
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")