changeset 15057:3f71523422e9

(walk-windows): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 21 Apr 1996 05:53:27 +0000
parents 4f2cfe6ee83c
children 767429c4d3d2
files lisp/window.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/window.el	Sun Apr 21 02:01:31 1996 +0000
+++ b/lisp/window.el	Sun Apr 21 05:53:27 1996 +0000
@@ -52,10 +52,10 @@
 
 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.