# HG changeset patch # User Richard M. Stallman # Date 1014244124 0 # Node ID d1a09152b7b5fac09446fc7bf2a1b793a269be58 # Parent bacf1b0c408186517de70152b93f6ce54d82ddf9 (other-frame): Doc fix. diff -r bacf1b0c4081 -r d1a09152b7b5 lisp/frame.el --- a/lisp/frame.el Wed Feb 20 22:27:32 2002 +0000 +++ b/lisp/frame.el Wed Feb 20 22:28:44 2002 +0000 @@ -664,7 +664,13 @@ "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)