Variable: proced-signal-function

proced-signal-function is a customizable variable defined in proced.el.gz.

This variable is obsolete since 29.1; no longer used.

Value

signal-process

Documentation

Name of signal function.

It can be an elisp function (usually signal-process) or a string specifying the external command (usually "kill").

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defcustom proced-signal-function #'signal-process
  "Name of signal function.
It can be an elisp function (usually `signal-process') or a string specifying
the external command (usually \"kill\")."
  :type '(choice (function :tag "function")
                 (string :tag "command")))