mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(walk-windows): Doc fix.
This commit is contained in:
parent
4ad8681a67
commit
c7d031edbe
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user