emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100058: lisp/window.el (walk-wind


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100058: lisp/window.el (walk-windows): Doc fix (bug#7105).
Date: Sun, 26 Sep 2010 02:37:50 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100058
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Sun 2010-09-26 02:37:50 +0200
message:
  lisp/window.el (walk-windows): Doc fix (bug#7105).
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-09-23 07:05:22 +0000
+++ b/lisp/ChangeLog    2010-09-26 00:37:50 +0000
@@ -1,3 +1,7 @@
+2010-09-26  Juanma Barranquero  <address@hidden>
+
+       * window.el (walk-windows): Doc fix (bug#7105).
+
 2010-09-23  Glenn Morris  <address@hidden>
 
        * isearch.el (isearch-lazy-highlight-cleanup)

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2010-01-14 18:59:31 +0000
+++ b/lisp/window.el    2010-09-26 00:37:50 +0000
@@ -160,8 +160,8 @@
 which you entered the minibuffer, as well as the minibuffer
 window.
 
-ALL-FRAMES nil or omitted means cycle through all windows on
- WINDOW's frame, plus the minibuffer window if specified by the
+ALL-FRAMES nil or omitted means cycle through all windows on the
+ selected frame, plus the minibuffer window if specified by the
  MINIBUF argument, see above.  If the minibuffer counts, cycle
  through all windows on all frames that share that minibuffer
  too.
@@ -173,8 +173,8 @@
  iconified frames.
 ALL-FRAMES a frame means cycle through all windows on that frame
  only.
-Anything else means cycle through all windows on WINDOW's frame
- and no others.
+Anything else means cycle through all windows on the selected
+ frame and no others.
 
 This function changes neither the order of recently selected
 windows nor the buffer list."


reply via email to

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