Function: proced-format-tree

proced-format-tree is a byte-compiled function defined in proced.el.gz.

Signature

(proced-format-tree TREE)

Documentation

Format attribute TREE.

Source Code

;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defun proced-format-tree (tree)
  "Format attribute TREE."
  (concat (make-string tree ?\s) (number-to-string tree)))