Mercurial > emacs
changeset 43545:731c6d3cea6c
(focus-follows-mouse): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 26 Feb 2002 02:37:49 +0000 |
parents | 7aab4e4b4437 |
children | 75dd3233021f |
files | lisp/frame.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")