summaryrefslogtreecommitdiff
path: root/lisp/window.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-26 03:03:28 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-26 03:03:28 +0000
commit06f2a8f91ed0c8a4546736e7beb7500f81c4aac2 (patch)
tree35238f656d9b1539bdd45ab7a0d1b251a68d09b5 /lisp/window.el
parentdc9b69a8372896d4915aa67444b69b8b6e9da969 (diff)
downloademacs-06f2a8f91ed0c8a4546736e7beb7500f81c4aac2.tar.gz
(walk-windows): Doc fix.
Diffstat (limited to 'lisp/window.el')
-rw-r--r--lisp/window.el2
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.
ALL-FRAMES = `visible' means include windows on all visible frames.
ALL-FRAMES = 0 means include windows on all visible and iconified frames.
ALL-FRAMES = t means include windows on all frames including invisible frames.
-Anything else means restrict to WINDOW's frame."
+Anything else means restrict to the selected frame."
;; If we start from the minibuffer window, don't fail to come back to it.
(if (window-minibuffer-p (selected-window))
(setq minibuf t))