Variable: TeX-fold-region-functions
TeX-fold-region-functions is a customizable variable defined in
tex-fold.el.
Value
(TeX-fold-verbs
TeX-fold-quotes)
Documentation
List of additional functions to call when folding a region.
Each function is called with two arguments, the start and end positions of the region to fold.
This variable was added, or its default value changed, in auctex version 14.0.8.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-fold.el
(defcustom TeX-fold-region-functions '(TeX-fold-verbs TeX-fold-quotes)
"List of additional functions to call when folding a region.
Each function is called with two arguments, the start and end positions
of the region to fold."
:type '(repeat function)
:package-version '(auctex . "14.0.8"))