Function: gnus-group-unmark-group
gnus-group-unmark-group is an interactive and byte-compiled function
defined in gnus-group.el.gz.
Signature
(gnus-group-unmark-group N)
Documentation
Remove the mark from the current group.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-group-unmark-group (n)
"Remove the mark from the current group."
(interactive "p" gnus-group-mode)
(gnus-group-mark-group n 'unmark nil t)
(gnus-group-position-point))