; * lisp/net/rcirc.el (rcirc-next-active-buffer): Doc fix (bug#74773).
authorScott Bell <sctb@me.com>
Tue, 10 Dec 2024 19:02:54 +0000 (12:02 -0700)
committerEli Zaretskii <eliz@gnu.org>
Thu, 12 Dec 2024 11:04:28 +0000 (13:04 +0200)
lisp/net/rcirc.el

index 2a713de83c27a09d3adda1a3ab58b9c99a2eba2e..5da1ed13b6fd7f03c0f728a31a2656215df8bb35 100644 (file)
@@ -2448,7 +2448,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))