; * lisp/net/rcirc.el (rcirc-next-active-buffer): Doc fix (bug#74773).
This commit is contained in:
parent
3e51be94ae
commit
7ae9ccae0c
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue