comparison lisp/window.el @ 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 5df8e547a422
children 6a7fb61524be 376148b31b5e
comparison
equal deleted inserted replaced
110570:e78f439a4955 110616:cb4b54af7023
158 minibuffer frame and the minibuffer is active and MINIBUF says it 158 minibuffer frame and the minibuffer is active and MINIBUF says it
159 counts, `walk-windows' includes the windows in the frame from 159 counts, `walk-windows' includes the windows in the frame from
160 which you entered the minibuffer, as well as the minibuffer 160 which you entered the minibuffer, as well as the minibuffer
161 window. 161 window.
162 162
163 ALL-FRAMES nil or omitted means cycle through all windows on 163 ALL-FRAMES nil or omitted means cycle through all windows on the
164 WINDOW's frame, plus the minibuffer window if specified by the 164 selected frame, plus the minibuffer window if specified by the
165 MINIBUF argument, see above. If the minibuffer counts, cycle 165 MINIBUF argument, see above. If the minibuffer counts, cycle
166 through all windows on all frames that share that minibuffer 166 through all windows on all frames that share that minibuffer
167 too. 167 too.
168 ALL-FRAMES t means cycle through all windows on all existing 168 ALL-FRAMES t means cycle through all windows on all existing
169 frames. 169 frames.
171 visible frames. 171 visible frames.
172 ALL-FRAMES 0 means cycle through all windows on all visible and 172 ALL-FRAMES 0 means cycle through all windows on all visible and
173 iconified frames. 173 iconified frames.
174 ALL-FRAMES a frame means cycle through all windows on that frame 174 ALL-FRAMES a frame means cycle through all windows on that frame
175 only. 175 only.
176 Anything else means cycle through all windows on WINDOW's frame 176 Anything else means cycle through all windows on the selected
177 and no others. 177 frame and no others.
178 178
179 This function changes neither the order of recently selected 179 This function changes neither the order of recently selected
180 windows nor the buffer list." 180 windows nor the buffer list."
181 ;; If we start from the minibuffer window, don't fail to come 181 ;; If we start from the minibuffer window, don't fail to come
182 ;; back to it. 182 ;; back to it.