diff options
| author | Richard M. Stallman | 1995-04-08 19:41:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-08 19:41:54 +0000 |
| commit | 04ea572f64fd97427f967a5ea0e4bfcc6957ef1b (patch) | |
| tree | 1578e31399ec3c8fa25146366e3375dc411f3d41 | |
| parent | a7e5e8cbc727ce0955db64c75c033188b0a7fe69 (diff) | |
| download | emacs-04ea572f64fd97427f967a5ea0e4bfcc6957ef1b.tar.gz emacs-04ea572f64fd97427f967a5ea0e4bfcc6957ef1b.zip | |
(walk-windows): Doc fix.
| -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, | |||
| 56 | entered the minibuffer, as well as the minibuffer window. But if the | 56 | entered the minibuffer, as well as the minibuffer window. But if the |
| 57 | minibuffer does not count, only windows from WINDOW's frame count. | 57 | minibuffer does not count, only windows from WINDOW's frame count. |
| 58 | 58 | ||
| 59 | Optional third arg ALL-FRAMES t means include windows on all frames. | 59 | ALL-FRAMES is the optional third argument. |
| 60 | ALL-FRAMES nil or omitted means cycle within the frames as specified | 60 | ALL-FRAMES nil or omitted means cycle within the frames as specified above. |
| 61 | above. ALL-FRAMES = `visible' means include windows on all visible frames. | 61 | ALL-FRAMES = `visible' means include windows on all visible frames. |
| 62 | ALL-FRAMES = 0 means include windows on all visible and iconified frames. | 62 | ALL-FRAMES = 0 means include windows on all visible and iconified frames. |
| 63 | ALL-FRAMES = t means include windows on all frames including invisible frames. | ||
| 63 | Anything else means restrict to WINDOW's frame." | 64 | Anything else means restrict to WINDOW's frame." |
| 64 | ;; If we start from the minibuffer window, don't fail to come back to it. | 65 | ;; If we start from the minibuffer window, don't fail to come back to it. |
| 65 | (if (window-minibuffer-p (selected-window)) | 66 | (if (window-minibuffer-p (selected-window)) |