Function: proced-unmark
proced-unmark is an interactive and byte-compiled function defined in
proced.el.gz.
Signature
(proced-unmark &optional COUNT)
Documentation
Unmark the current (or next COUNT) processes.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defun proced-unmark (&optional count)
"Unmark the current (or next COUNT) processes."
(interactive "p")
(proced-do-mark nil count))