[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 51ef05f684c: count-windows: Fix reference to walk-windows
From: |
Sean Whitton |
Subject: |
emacs-30 51ef05f684c: count-windows: Fix reference to walk-windows |
Date: |
Fri, 4 Oct 2024 05:29:01 -0400 (EDT) |
branch: emacs-30
commit 51ef05f684c779b492965571cf9a169b93e86aa0
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>
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.
---
lisp/window.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/window.el b/lisp/window.el
index 006cfa19525..50fb16b3204 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -2661,7 +2661,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)))
;;; Resizing windows.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 51ef05f684c: count-windows: Fix reference to walk-windows,
Sean Whitton <=