Variable: TeX-fold-preserve-comments
TeX-fold-preserve-comments is a customizable variable defined in
tex-fold.el.
Value
nil
Documentation
If non-nil do not fold in comments.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-fold.el
(defcustom TeX-fold-preserve-comments nil
"If non-nil do not fold in comments."
:type 'boolean)