From: Richard M. Stallman Date: Tue, 26 Feb 2002 02:37:58 +0000 (+0000) Subject: (focus-follows-mouse): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~16467 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6527c9b7ac4e131c9c53318605eda6ba66fa525f;p=emacs.git (focus-follows-mouse): Doc fix. --- 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 + + * frame.el (focus-follows-mouse): Doc fix. + 2002-02-26 Miles Bader * 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")