Variable: LaTeX-comment-env-list
LaTeX-comment-env-list is a customizable variable defined in
tex-style.el.
Value
("comment")
Documentation
List of environment names defined with comment.sty.
Setting this variable does not take effect unless you reinitialize affected buffers.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-style.el
;; style/comment.el
(defcustom LaTeX-comment-env-list '("comment")
"List of environment names defined with comment.sty.
Setting this variable does not take effect unless you
reinitialize affected buffers."
:type '(repeat string))