aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-04-21 05:53:27 +0000
committerRichard M. Stallman1996-04-21 05:53:27 +0000
commit5aa29df8891770d73026aeefe43a39754adf343d (patch)
tree01a242307f31dfb6cd8cb66db1a5534650d9110e
parent0254679b3a7fa7030c2741843482a31b794076ab (diff)
downloademacs-5aa29df8891770d73026aeefe43a39754adf343d.tar.gz
emacs-5aa29df8891770d73026aeefe43a39754adf343d.zip
(walk-windows): Doc fix.
-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.
52 52
53Several frames may share a single minibuffer; if the minibuffer 53Several frames may share a single minibuffer; if the minibuffer
54counts, all windows on all frames that share that minibuffer count 54counts, all windows on all frames that share that minibuffer count
55too. Therefore, when a separate minibuffer frame is active, 55too. Therefore, if you are using a separate minibuffer frame
56and 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
57entered the minibuffer, as well as the minibuffer window. But if the 58entered the minibuffer, as well as the minibuffer window.
58minibuffer does not count, only windows from WINDOW's frame count.
59 59
60ALL-FRAMES is the optional third argument. 60ALL-FRAMES is the optional third argument.
61ALL-FRAMES nil or omitted means cycle within the frames as specified above. 61ALL-FRAMES nil or omitted means cycle within the frames as specified above.