Function: TeX-auto-apply

TeX-auto-apply is a byte-compiled function defined in tex.el.

Signature

(TeX-auto-apply)

Documentation

Parse and apply TeX information in the current buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-auto-apply ()
  "Parse and apply TeX information in the current buffer."
  (TeX-auto-parse)
  (run-hooks 'TeX-auto-apply-hook)
  (mapcar #'TeX-auto-apply-entry TeX-auto-parser))