summaryrefslogtreecommitdiff
path: root/lisp
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
commitc7d031edbe8c79b1e20f9632471b928147adf4df (patch)
treedc752c0e4a2e3a0598ea67c5e642725a097b9790 /lisp
parent4ad8681a67c07c5038f58013ad8562886c76b273 (diff)
downloademacs-c7d031edbe8c79b1e20f9632471b928147adf4df.tar.gz
(walk-windows): Doc fix.
Diffstat (limited to 'lisp')
-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))