From: Richard M. Stallman Date: Sun, 21 Apr 1996 05:53:27 +0000 (+0000) Subject: (walk-windows): Doc fix. X-Git-Tag: emacs-19.34~804 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5aa29df8891770d73026aeefe43a39754adf343d;p=emacs.git (walk-windows): Doc fix. --- 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. Several frames may share a single minibuffer; if the minibuffer counts, all windows on all frames that share that minibuffer count -too. Therefore, when a separate minibuffer frame is active, +too. Therefore, if you are using a separate minibuffer frame +and the minibuffer is active and MINIBUF says it counts, `walk-windows' includes the windows in the frame from which you -entered the minibuffer, as well as the minibuffer window. But if the -minibuffer does not count, only windows from WINDOW's frame count. +entered the minibuffer, as well as the minibuffer window. ALL-FRAMES is the optional third argument. ALL-FRAMES nil or omitted means cycle within the frames as specified above.