Function: gnus-summary-prev-article

gnus-summary-prev-article is an interactive and byte-compiled function defined in gnus-sum.el.gz.

Signature

(gnus-summary-prev-article &optional UNREAD SUBJECT)

Documentation

Select the article before the current one.

If UNREAD is non-nil, only unread articles are selected.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-prev-article (&optional unread subject)
  "Select the article before the current one.
If UNREAD is non-nil, only unread articles are selected."
  (interactive "P" gnus-summary-mode)
  (gnus-summary-next-article unread subject t))