From 6527c9b7ac4e131c9c53318605eda6ba66fa525f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 26 Feb 2002 02:37:58 +0000 Subject: (focus-follows-mouse): Doc fix. --- lisp/frame.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lisp/frame.el') 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") -- cgit v1.2.1