Variable: LaTeX-insert-into-comments

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

Value

nil

Documentation

Whether insertion commands stay in comments.

This allows using the insertion commands even when the lines are outcommented, like in dtx files.

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/latex.el
(defcustom LaTeX-insert-into-comments nil
  "Whether insertion commands stay in comments.
This allows using the insertion commands even when the lines are
outcommented, like in dtx files."
  :group 'LaTeX-environment
  :type 'boolean
  :safe #'booleanp
  :package-version '(auctex . "14.0.8"))