Function: gnus-summary-prev-page-or-article
gnus-summary-prev-page-or-article is an interactive and byte-compiled
function defined in gnus-sum.el.gz.
Signature
(gnus-summary-prev-page-or-article &optional LINES)
Documentation
Show previous page of selected article.
Argument LINES specifies lines to be scrolled down. If at the beginning of the article, go to the next article.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-prev-page-or-article (&optional lines)
"Show previous page of selected article.
Argument LINES specifies lines to be scrolled down.
If at the beginning of the article, go to the next article."
(interactive "P" gnus-summary-mode)
(gnus-summary-prev-page lines t))