diff options
| author | Richard M. Stallman | 1996-04-21 05:53:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-21 05:53:27 +0000 |
| commit | 5aa29df8891770d73026aeefe43a39754adf343d (patch) | |
| tree | 01a242307f31dfb6cd8cb66db1a5534650d9110e | |
| parent | 0254679b3a7fa7030c2741843482a31b794076ab (diff) | |
| download | emacs-5aa29df8891770d73026aeefe43a39754adf343d.tar.gz emacs-5aa29df8891770d73026aeefe43a39754adf343d.zip | |
(walk-windows): Doc fix.
| -rw-r--r-- | lisp/window.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/window.el b/lisp/window.el index bb22300c559..78296c2a0aa 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -52,10 +52,10 @@ minibuffer even if it is active. | |||
| 52 | 52 | ||
| 53 | Several frames may share a single minibuffer; if the minibuffer | 53 | Several frames may share a single minibuffer; if the minibuffer |
| 54 | counts, all windows on all frames that share that minibuffer count | 54 | counts, all windows on all frames that share that minibuffer count |
| 55 | too. Therefore, when a separate minibuffer frame is active, | 55 | too. Therefore, if you are using a separate minibuffer frame |
| 56 | and the minibuffer is active and MINIBUF says it counts, | ||
| 56 | `walk-windows' includes the windows in the frame from which you | 57 | `walk-windows' includes the windows in the frame from which you |
| 57 | entered the minibuffer, as well as the minibuffer window. But if the | 58 | entered the minibuffer, as well as the minibuffer window. |
| 58 | minibuffer does not count, only windows from WINDOW's frame count. | ||
| 59 | 59 | ||
| 60 | ALL-FRAMES is the optional third argument. | 60 | ALL-FRAMES is the optional third argument. |
| 61 | ALL-FRAMES nil or omitted means cycle within the frames as specified above. | 61 | ALL-FRAMES nil or omitted means cycle within the frames as specified above. |