Function: erc-button-next
erc-button-next is an interactive and byte-compiled function defined
in erc-button.el.gz.
Signature
(erc-button-next ARG)
Documentation
Go to the ARGth next button.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-button.el.gz
(defun erc-button-next (&optional arg)
"Go to the ARGth next button."
(declare (advertised-calling-convention (arg) "30.1"))
(interactive "p")
(erc--button-next (or arg 1)))