summaryrefslogtreecommitdiff
path: root/lisp/window.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-21 05:53:27 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-21 05:53:27 +0000
commit80acaf1228a4703507ac722e4b0a67c27c904f87 (patch)
tree6c083509a21c9a30d123fe738526c3b4b1e1777c /lisp/window.el
parentaca6d0d9a2d22182640240183b00c02d5709e3f2 (diff)
downloademacs-80acaf1228a4703507ac722e4b0a67c27c904f87.tar.gz
(walk-windows): Doc fix.
Diffstat (limited to 'lisp/window.el')
-rw-r--r--lisp/window.el6
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.
Several frames may share a single minibuffer; if the minibuffer
counts, all windows on all frames that share that minibuffer count
-too. Therefore, when a separate minibuffer frame is active,
+too. Therefore, if you are using a separate minibuffer frame
+and the minibuffer is active and MINIBUF says it counts,
`walk-windows' includes the windows in the frame from which you
-entered the minibuffer, as well as the minibuffer window. But if the
-minibuffer does not count, only windows from WINDOW's frame count.
+entered the minibuffer, as well as the minibuffer window.
ALL-FRAMES is the optional third argument.
ALL-FRAMES nil or omitted means cycle within the frames as specified above.