From: Richard M. Stallman Date: Fri, 26 Apr 1996 03:03:28 +0000 (+0000) Subject: (walk-windows): Doc fix. X-Git-Tag: emacs-19.34~785 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7d031edbe8c79b1e20f9632471b928147adf4df;p=emacs.git (walk-windows): Doc fix. --- 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))