; * lisp/net/rcirc.el (rcirc-next-active-buffer): Doc fix (bug#74773).

This commit is contained in:
Scott Bell 2024-12-10 12:02:54 -07:00 committed by Eli Zaretskii
parent 3e51be94ae
commit 7ae9ccae0c

View 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))