Variable: rst-hdr-hierarchy-cache
rst-hdr-hierarchy-cache is a buffer-local variable defined in
rst.el.gz.
Documentation
Section hierarchy in the buffer as determined by rst-hdr-hierarchy.
Set to t when no section adornments were found.
Value depends on rst-all-ttls-cache.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
;; FIXME: If this variable is set to a different value font-locking of section
;; headers is wrong.
(defvar-local rst-hdr-hierarchy-cache nil
"Section hierarchy in the buffer as determined by `rst-hdr-hierarchy'.
Set to t when no section adornments were found.
Value depends on `rst-all-ttls-cache'.")