# HG changeset patch # User Richard M. Stallman # Date 1014691069 0 # Node ID 731c6d3cea6c5e459c6203f790a010a4b96bcc96 # Parent 7aab4e4b44375cdaf8a45f94854ce939d0745a90 (focus-follows-mouse): Doc fix. diff -r 7aab4e4b4437 -r 731c6d3cea6c lisp/frame.el --- a/lisp/frame.el Mon Feb 25 23:48:40 2002 +0000 +++ b/lisp/frame.el Tue Feb 26 02:37:49 2002 +0000 @@ -641,7 +641,10 @@ (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")