From 6527c9b7ac4e131c9c53318605eda6ba66fa525f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 26 Feb 2002 02:37:58 +0000 Subject: [PATCH] (focus-follows-mouse): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/frame.el | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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") -- 2.39.2