]> git.eshelyaron.com Git - emacs.git/commitdiff
(other-frame): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 20 Feb 2002 22:28:44 +0000 (22:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 20 Feb 2002 22:28:44 +0000 (22:28 +0000)
lisp/frame.el

index b161a8119aeaf1fae6d7e38e54c0a7777fbea11c..191210141dfee26bb525d32358c274266ef50480 100644 (file)
@@ -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)