]> git.eshelyaron.com Git - emacs.git/commitdiff
count-windows: Fix reference to walk-windows
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 4 Oct 2024 09:28:38 +0000 (17:28 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:46:53 +0000 (08:46 +0200)
* 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)

lisp/window.el

index 3966fb1073fb8ecdf00c2cf52411cb9b8c007eb4..a029ae933155b9f0be8aecf9c2f3c77b5090fa9f 100644 (file)
@@ -2660,7 +2660,7 @@ window is included in the count.
 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.