]> git.eshelyaron.com Git - emacs.git/commitdiff
(focus-follows-mouse): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Feb 2002 02:37:58 +0000 (02:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Feb 2002 02:37:58 +0000 (02:37 +0000)
lisp/ChangeLog
lisp/frame.el

index 0c0f0557785261a29ec5442d2dfb39afe3f23b74..c1976d346a0344d41d4b223fbe294dc45bdea7eb 100644 (file)
@@ -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
index 191210141dfee26bb525d32358c274266ef50480..2c7dcdd27818bc1edff7935bac77977e687861be 100644 (file)
@@ -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")