Function: TeX-remove-style

TeX-remove-style is a byte-compiled function defined in tex.el.

Signature

(TeX-remove-style)

Documentation

Remove all style specific information.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-remove-style ()
  "Remove all style specific information."
  (setq TeX-style-hook-applied-p nil)
  (run-hooks 'TeX-remove-style-hook)
  (setq TeX-active-styles (list TeX-virgin-style)))