Variable: proced-renice-command

proced-renice-command is a customizable variable defined in proced.el.gz.

Value

"renice"

Documentation

Name of renice command.

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

Source Code

;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defcustom proced-renice-command "renice"
  "Name of renice command."
  :version "24.3"
  :type '(string :tag "command"))