diff lisp/frame.el @ 43434:d1a09152b7b5

(other-frame): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 20 Feb 2002 22:28:44 +0000
parents c73820c5ecbf
children 731c6d3cea6c
line wrap: on
line diff
--- 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)