Function: proced-help

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

Signature

(proced-help)

Documentation

Provide help for the Proced user.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defun proced-help ()
  "Provide help for the Proced user."
  (interactive)
  (proced-why)
  (if (eq last-command 'proced-help)
      (describe-mode)
    (message proced-help-string)))