Variable: tabulated-list--header-string

tabulated-list--header-string is a variable defined in tabulated-list.el.gz.

Value

nil

Documentation

Holds the header if tabulated-list-use-header-line is nil.

Populated by tabulated-list-init-header.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/tabulated-list.el.gz
(defvar tabulated-list--header-string nil
  "Holds the header if `tabulated-list-use-header-line' is nil.
Populated by `tabulated-list-init-header'.")