Variable: tex-expl-region-list
tex-expl-region-list is a buffer-local variable defined in
tex-mode.el.gz.
Documentation
List of region boundaries where expl3 syntax is active.
It will be nil in buffers visiting files which use expl3 syntax throughout, for example, expl3 classes or packages.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
(defvar-local tex-expl-region-list nil
"List of region boundaries where expl3 syntax is active.
It will be nil in buffers visiting files which use expl3 syntax
throughout, for example, expl3 classes or packages.")