Function: rnews:to
rnews:to is a byte-compiled function defined in hgnus.el.
Signature
(rnews:to)
Documentation
Set current buffer to the Usenet news article reader buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hgnus.el
(defun rnews:to ()
"Set current buffer to the Usenet news article reader buffer."
(and (eq major-mode hnews:lister) (set-buffer gnus-article-buffer)))