* 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.
(cherry picked from commit
51ef05f684c779b492965571cf9a169b93e86aa0)
If ALL-FRAMES is non-nil, count the windows in all frames instead
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)))
\f
;;; Resizing windows.