Function: proced-revert
proced-revert is a byte-compiled function defined in proced.el.gz.
Signature
(proced-revert &rest ARGS)
Documentation
Reevaluate the process listing based on the currently running processes.
Preserves point and marks.
Source Code
;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defun proced-revert (&rest _args)
"Reevaluate the process listing based on the currently running processes.
Preserves point and marks."
(proced-update t))