Variable: TeX-fold-env-spec-list-internal
TeX-fold-env-spec-list-internal is a buffer-local variable defined in
tex-fold.el.
Documentation
Internal list of display strings and environments to fold.
Is updated when the TeX Fold mode is being activated and then
contains all constructs to fold for the given buffer or mode
respectively, that is, contents of both TeX-fold-env-spec-list
and <mode-prefix>-fold-env-spec-list.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-fold.el
(defvar-local TeX-fold-env-spec-list-internal nil
"Internal list of display strings and environments to fold.
Is updated when the TeX Fold mode is being activated and then
contains all constructs to fold for the given buffer or mode
respectively, that is, contents of both `TeX-fold-env-spec-list'
and <mode-prefix>-fold-env-spec-list.")