From: Scott Bell Date: Tue, 10 Dec 2024 19:02:54 +0000 (-0700) Subject: ; * lisp/net/rcirc.el (rcirc-next-active-buffer): Doc fix (bug#74773). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a5e70d88553484a2c0dde36e25d61cb03eb5faf;p=emacs.git ; * lisp/net/rcirc.el (rcirc-next-active-buffer): Doc fix (bug#74773). (cherry picked from commit 7ae9ccae0caa58dcf67869e8daa1b1301dce2119) --- 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))