From 2a5e70d88553484a2c0dde36e25d61cb03eb5faf Mon Sep 17 00:00:00 2001 From: Scott Bell Date: Tue, 10 Dec 2024 12:02:54 -0700 Subject: [PATCH] ; * lisp/net/rcirc.el (rcirc-next-active-buffer): Doc fix (bug#74773). (cherry picked from commit 7ae9ccae0caa58dcf67869e8daa1b1301dce2119) --- lisp/net/rcirc.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 5d7e798fce5..30bcd828351 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -2432,7 +2432,8 @@ This function does not alter the INPUT string." (defun rcirc-next-active-buffer (arg) "Switch to the next rcirc buffer with activity. -With prefix ARG, go to the next low priority buffer with activity." +With prefix ARG, go to the next low priority buffer with activity. +When there are no buffers with activity, bury all rcirc buffers." (interactive "P") (let* ((pair (rcirc-split-activity rcirc-activity)) (lopri (car pair)) -- 2.39.5