Function: gnus-summary-put-mark-as-read
gnus-summary-put-mark-as-read is an interactive function defined in
gnus-sum.el.gz.
Signature
(gnus-summary-put-mark-as-read N)
Documentation
Mark the current article as read.
If N, the prefix, then repeat N times. If N is negative, move in reverse order. The difference between N and the actual number of articles marked is returned.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
;; Could not find source code, showing raw function object.
#[(n) ((gnus-summary-generic-mark n gnus-del-mark 'nil nil)) (t) nil
"Mark the current article as read.\nIf N, the prefix, then repeat N times.\nIf N is negative, move in reverse order.\nThe difference between N and the actual number of articles marked is\nreturned."
["p" (gnus-summary-mode)]]