Function: proced-mark

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

Signature

(proced-mark &optional COUNT)

Documentation

Mark the current (or next COUNT) processes.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/proced.el.gz
;;; Mark

(defun proced-mark (&optional count)
  "Mark the current (or next COUNT) processes."
  (interactive "p" proced-mode)
  (proced-do-mark t count))