Mercurial > emacs
comparison lisp/window.el @ 112069:17134f58ba8a
merge emacs-23
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 13 Oct 2010 22:40:51 +0900 |
parents | cb4b54af7023 |
children | 6a7fb61524be 376148b31b5e |
comparison
equal
deleted
inserted
replaced
110129:c6fd83f300a8 | 112069:17134f58ba8a |
---|---|
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. |