diff options
| author | Richard M. Stallman | 1996-04-26 03:03:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-26 03:03:28 +0000 |
| commit | c7d031edbe8c79b1e20f9632471b928147adf4df (patch) | |
| tree | dc752c0e4a2e3a0598ea67c5e642725a097b9790 | |
| parent | 4ad8681a67c07c5038f58013ad8562886c76b273 (diff) | |
| download | emacs-c7d031edbe8c79b1e20f9632471b928147adf4df.tar.gz emacs-c7d031edbe8c79b1e20f9632471b928147adf4df.zip | |
(walk-windows): Doc fix.
| -rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index 78296c2a0aa..5468999991b 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -62,7 +62,7 @@ ALL-FRAMES nil or omitted means cycle within the frames as specified above. | |||
| 62 | ALL-FRAMES = `visible' means include windows on all visible frames. | 62 | ALL-FRAMES = `visible' means include windows on all visible frames. |
| 63 | ALL-FRAMES = 0 means include windows on all visible and iconified frames. | 63 | ALL-FRAMES = 0 means include windows on all visible and iconified frames. |
| 64 | ALL-FRAMES = t means include windows on all frames including invisible frames. | 64 | ALL-FRAMES = t means include windows on all frames including invisible frames. |
| 65 | Anything else means restrict to WINDOW's frame." | 65 | Anything else means restrict to the selected frame." |
| 66 | ;; If we start from the minibuffer window, don't fail to come back to it. | 66 | ;; If we start from the minibuffer window, don't fail to come back to it. |
| 67 | (if (window-minibuffer-p (selected-window)) | 67 | (if (window-minibuffer-p (selected-window)) |
| 68 | (setq minibuf t)) | 68 | (setq minibuf t)) |