Function: TeX-command-select-master

TeX-command-select-master is an interactive and byte-compiled function defined in tex.el.

Signature

(TeX-command-select-master)

Documentation

Determine that the next command will be on the master file.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
;; Function used to run external command.

(defun TeX-command-select-master ()
  "Determine that the next command will be on the master file."
  (interactive)
  (message "Next command will be on the master file.")
  (setq TeX-command-current #'TeX-command-master))