aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-02-20 22:35:56 +0000
committerRichard M. Stallman2002-02-20 22:35:56 +0000
commit93d177d5c4b92e7b37dd23fae46fe1c365f208ef (patch)
tree3593d7cfca2a7fcb2792cb2a805090e81f347f29
parent0472b23ea79094d7c91543ccbbda8ffd86a843c7 (diff)
downloademacs-93d177d5c4b92e7b37dd23fae46fe1c365f208ef.tar.gz
emacs-93d177d5c4b92e7b37dd23fae46fe1c365f208ef.zip
Document focus-follows-mouse.
-rw-r--r--man/frames.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/man/frames.texi b/man/frames.texi
index 9103a00b0bc..ae6bfcd506a 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -486,6 +486,18 @@ frames on your terminal.
486Delete all frames except the selected one. 486Delete all frames except the selected one.
487@end table 487@end table
488 488
489@vindex focus-follows-mouse
490 To make the command @kbd{C-x 5 o} work properly, you must tell Emacs
491how the system (or the window manager) generally handles
492focus-switching between windows. There are two possibilities: either
493simply moving the mouse onto a window selects it (gives it focus), or
494you have to click on it in a suitable way to do so. Unfortunately
495there is no way Emacs can find out automatically which way the system
496handles this, so you have to explicitly say, by setting the variable
497@code{focus-follows-mouse}. If just moving the mouse onto a window
498selects it, that variable should be @code{t}; if a click is necessary,
499the variable should be @code{nil}.
500
489@node Speedbar 501@node Speedbar
490@section Making and Using a Speedbar Frame 502@section Making and Using a Speedbar Frame
491@cindex speedbar 503@cindex speedbar