Variable: proced-format

proced-format is a customizable and buffer-local variable defined in proced.el.gz.

Documentation

Current format of Proced listing.

It can be the car of an element of proced-format-alist. It can also be a list of keys appearing in proced-grammar-alist. See process-attributes for the meaning of each attribute key.

Source Code

;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defcustom proced-format 'short
  "Current format of Proced listing.
It can be the car of an element of `proced-format-alist'.
It can also be a list of keys appearing in `proced-grammar-alist'.
See `process-attributes' for the meaning of each attribute key."
  :type '(choice (symbol :tag "Format Name")
                 (repeat :tag "Keys" (symbol :tag "")))
  :local t)