Variable: TeX-auto-save

TeX-auto-save is a customizable variable defined in tex.el.

Value

nil

Documentation

Automatically save style information when saving the buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-auto-save nil
  "Automatically save style information when saving the buffer."
  :group 'TeX-parse
  :type 'boolean)