count-windows: Fix reference to walk-windows
* lisp/window.el (count-windows): Refer to walk-windows for the precise meaning of both the MINIBUF and ALL-FRAMES arguments, not just the ALL-FRAMES argument. In both functions, these arguments are both passed through to window-list-1.
This commit is contained in:
parent
5eaf0c784b
commit
51ef05f684
1 changed files with 1 additions and 1 deletions
|
@ -2661,7 +2661,7 @@ window is included in the count.
|
||||||
If ALL-FRAMES is non-nil, count the windows in all frames instead
|
If ALL-FRAMES is non-nil, count the windows in all frames instead
|
||||||
just the selected frame.
|
just the selected frame.
|
||||||
|
|
||||||
See `walk-windows' for the precise meaning of this argument."
|
See `walk-windows' for the precise meaning of these arguments."
|
||||||
(length (window-list-1 nil minibuf all-frames)))
|
(length (window-list-1 nil minibuf all-frames)))
|
||||||
|
|
||||||
;;; Resizing windows.
|
;;; Resizing windows.
|
||||||
|
|
Loading…
Add table
Reference in a new issue