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.
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'."
:type '(choice (symbol :tag "Format Name")
(repeat :tag "Keys" (symbol :tag "")))
:local t)