Function: TeX-process-buffer

TeX-process-buffer is a byte-compiled function defined in tex.el.

Signature

(TeX-process-buffer NAME)

Documentation

Return the AUCTeX buffer associated with the document NAME.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-process-buffer (name)
  "Return the AUCTeX buffer associated with the document NAME."
  (get-buffer (TeX-process-buffer-name name)))