emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/frame.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el
Date: Wed, 20 Feb 2002 17:28:44 -0500

Index: emacs/lisp/frame.el
diff -c emacs/lisp/frame.el:1.189 emacs/lisp/frame.el:1.190
*** emacs/lisp/frame.el:1.189   Fri Jan 25 08:19:28 2002
--- emacs/lisp/frame.el Wed Feb 20 17:28:44 2002
***************
*** 664,670 ****
    "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."
    (interactive "p")
    (let ((frame (selected-frame)))
      (while (> arg 0)
--- 664,676 ----
    "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.
! 
! 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]