Variable: LaTeX-syntactic-comments

LaTeX-syntactic-comments is a customizable variable defined in latex.el.

Value

t

Documentation

If non-nil comments will be handled according to LaTeX syntax.

This variable influences, among others, the behavior of indentation and filling which will take LaTeX syntax into consideration just as is in the non-commented source code.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
;;; Formatting

(defcustom LaTeX-syntactic-comments t
  "If non-nil comments will be handled according to LaTeX syntax.
This variable influences, among others, the behavior of
indentation and filling which will take LaTeX syntax into
consideration just as is in the non-commented source code."
  :type 'boolean
  :group 'LaTeX)