diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-08 19:41:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-08 19:41:54 +0000 |
commit | 2d04f3057f4614aa19b07cd7022e8a7faaf77df2 (patch) | |
tree | 99579e73dd22a135a6c558a0068abf9a6f540348 /lisp/window.el | |
parent | cb90f3546f618a6e8b1d726fdc13a53881b699ee (diff) | |
download | emacs-2d04f3057f4614aa19b07cd7022e8a7faaf77df2.tar.gz |
(walk-windows): Doc fix.
Diffstat (limited to 'lisp/window.el')
-rw-r--r-- | lisp/window.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/window.el b/lisp/window.el index cd2e5c69425..899bbb0bdcc 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -56,10 +56,11 @@ too. Therefore, when a separate minibuffer frame is active, entered the minibuffer, as well as the minibuffer window. But if the minibuffer does not count, only windows from WINDOW's frame count. -Optional third arg ALL-FRAMES t means include windows on all frames. -ALL-FRAMES nil or omitted means cycle within the frames as specified -above. ALL-FRAMES = `visible' means include windows on all visible frames. +ALL-FRAMES is the optional third argument. +ALL-FRAMES nil or omitted means cycle within the frames as specified above. +ALL-FRAMES = `visible' means include windows on all visible frames. ALL-FRAMES = 0 means include windows on all visible and iconified frames. +ALL-FRAMES = t means include windows on all frames including invisible frames. Anything else means restrict to WINDOW's frame." ;; If we start from the minibuffer window, don't fail to come back to it. (if (window-minibuffer-p (selected-window)) |