Variable: rst-all-ttls-cache

rst-all-ttls-cache is a buffer-local variable defined in rst.el.gz.

Documentation

All section adornments in the buffer as found by rst-all-ttls.

Set to t when no section adornments were found.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/rst.el.gz
;; The following function and variables are used to maintain information about
;; current section adornment in a buffer local cache. Thus they can be used for
;; font-locking and manipulation commands.

(defvar-local rst-all-ttls-cache nil
  "All section adornments in the buffer as found by `rst-all-ttls'.
Set to t when no section adornments were found.")