From: Richard M. Stallman Date: Wed, 20 Feb 2002 22:28:44 +0000 (+0000) Subject: (other-frame): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~16557 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb578a72d1e91aa8d35c939a5f76a01f29609e86;p=emacs.git (other-frame): Doc fix. --- 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)