Mercurial > emacs
changeset 15076:5e9132ff1d88
(walk-windows): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 26 Apr 1996 03:03:28 +0000 |
parents | e8613675066c |
children | e6464ccca756 |
files | lisp/window.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/window.el Fri Apr 26 03:01:56 1996 +0000 +++ b/lisp/window.el Fri Apr 26 03:03:28 1996 +0000 @@ -62,7 +62,7 @@ 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))