]> git.eshelyaron.com Git - emacs.git/commitdiff
; * 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)
committerEshel Yaron <me@eshelyaron.com>
Sun, 15 Dec 2024 16:36:42 +0000 (17:36 +0100)
(cherry picked from commit 7ae9ccae0caa58dcf67869e8daa1b1301dce2119)

lisp/net/rcirc.el

index 5d7e798fce597db63f18d0c7f2d1558b7bec3cb9..30bcd8283514b01b95a98db02545218622583e49 100644 (file)
@@ -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))