Function: TeX-local-master-p

TeX-local-master-p is a byte-compiled function defined in tex.el.

Signature

(TeX-local-master-p)

Documentation

Return non-nil if there is a TeX-master entry in local variables spec.

Return nil otherwise.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-local-master-p ()
  "Return non-nil if there is a `TeX-master' entry in local variables spec.
Return nil otherwise."
  (assq 'TeX-master file-local-variables-alist))