Function: gnus-uu-unmark-region
gnus-uu-unmark-region is an interactive and byte-compiled function
defined in gnus-uu.el.gz.
Signature
(gnus-uu-unmark-region BEG END)
Documentation
Remove the process mark from all articles between point and mark.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
(defun gnus-uu-unmark-region (beg end)
"Remove the process mark from all articles between point and mark."
(interactive "r" gnus-article-mode gnus-summary-mode)
(gnus-uu-mark-region beg end t))