Mercurial > emacs
changeset 1959:3c827b8110db
(walk-windows): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 26 Feb 1993 06:28:04 +0000 |
parents | 8bc716df45e3 |
children | 6051ba81a938 |
files | lisp/subr.el |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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