Mercurial > emacs
changeset 110616:cb4b54af7023
lisp/window.el (walk-windows): Doc fix (bug#7105).
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 26 Sep 2010 02:37:50 +0200 |
parents | e78f439a4955 |
children | 4e2238ed599f |
files | lisp/ChangeLog lisp/window.el |
diffstat | 2 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Sep 25 14:49:43 2010 -0400 +++ b/lisp/ChangeLog Sun Sep 26 02:37:50 2010 +0200 @@ -1,3 +1,7 @@ +2010-09-26 Juanma Barranquero <lekktu@gmail.com> + + * window.el (walk-windows): Doc fix (bug#7105). + 2010-09-23 Glenn Morris <rgm@gnu.org> * isearch.el (isearch-lazy-highlight-cleanup)
--- a/lisp/window.el Sat Sep 25 14:49:43 2010 -0400 +++ b/lisp/window.el Sun Sep 26 02:37:50 2010 +0200 @@ -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."