Function: gnus-summary-mark-as-read
gnus-summary-mark-as-read is a byte-compiled function defined in
gnus-sum.el.gz.
Signature
(gnus-summary-mark-as-read &optional ARTICLE MARK)
Documentation
Mark current article as read.
ARTICLE specifies the article to be marked as read. MARK specifies a string to be inserted at the beginning of the line.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-mark-as-read (&optional article mark)
"Mark current article as read.
ARTICLE specifies the article to be marked as read.
MARK specifies a string to be inserted at the beginning of the line."
(gnus-summary-mark-article article mark))