Function: proced-unmark-all

proced-unmark-all is an interactive and byte-compiled function defined in proced.el.gz.

Signature

(proced-unmark-all)

Documentation

Unmark all processes.

If transient-mark-mode(var)/transient-mark-mode(fun) is turned on and the region is active, unmark the region.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defun proced-unmark-all ()
  "Unmark all processes.
If `transient-mark-mode' is turned on and the region is active,
unmark the region."
  (interactive nil proced-mode)
  (proced-do-mark-all nil))