# HG changeset patch # User Richard M. Stallman # Date 730708084 0 # Node ID 3c827b8110dbf857eb6f5c98f6e5b8e394290bbd # Parent 8bc716df45e359461d9d9ac33c55332b1a417dc2 (walk-windows): Doc fix. diff -r 8bc716df45e3 -r 3c827b8110db lisp/subr.el --- a/lisp/subr.el Thu Feb 25 20:24:43 1993 +0000 +++ b/lisp/subr.el Fri Feb 26 06:28:04 1993 +0000 @@ -36,8 +36,12 @@ Optional second arg MINIBUF t means count the minibuffer window even if not active. If MINIBUF is neither t nor nil it means not to count the minibuffer even if it is active. -Optional third arg ALL-FRAMES t means include all windows in all frames; -otherwise cycle within the selected frame." + +Optional third arg ALL-FRAMES, if t, means include all frames. +ALL-FRAMES nil or omitted means cycle within the selected frame, +but include the minibuffer window (if MINIBUF says so) that that +frame uses, even if it is on another frame. +If ALL-FRAMES is neither nil nor t, stick strictly to the selected frame." (let* ((walk-windows-start (selected-window)) (walk-windows-current walk-windows-start)) (while (progn