Variable: gnus-process-mark-toggle

gnus-process-mark-toggle is a customizable variable defined in gnus.el.gz.

Value

t

Documentation

If nil the process mark command only sets the process mark.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defcustom gnus-process-mark-toggle t
  "If nil the process mark command only sets the process mark."
  :version "28.1"
  :group 'gnus-summary
  :group 'gnus-group-various
  :group 'gnus-group-topic
  :type 'boolean)