From bb578a72d1e91aa8d35c939a5f76a01f29609e86 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 20 Feb 2002 22:28:44 +0000 Subject: [PATCH] (other-frame): Doc fix. --- lisp/frame.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/frame.el b/lisp/frame.el index b161a8119ae..191210141df 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -664,7 +664,13 @@ the user during startup." "Select the ARG'th different visible frame on current display, and raise it. All frames are arranged in a cyclic order. This command selects the frame ARG steps away in that order. -A negative ARG moves in the opposite order." +A negative ARG moves in the opposite order. + +To make this command work properly, you must tell Emacs +how the system (or the window manager) generally handles +focus-switching between windows. If moving the mouse onto a window +selects it (gives it focus), set `focus-follows-mouse' to t. +Otherwise, that variable should be nil." (interactive "p") (let ((frame (selected-frame))) (while (> arg 0) -- 2.39.2