Function: TeX-process-buffer-name

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

Signature

(TeX-process-buffer-name NAME)

Documentation

Return name of 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 (name)
  "Return name of AUCTeX buffer associated with the document NAME."
  (concat "*" (abbreviate-file-name (expand-file-name name)) " output*"))