Variable: TeX-current-process-region-p

TeX-current-process-region-p is a variable defined in tex.el.

Value

nil

Documentation

Non-nil means that the last TeX command is on a region.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
;;; Active Process

(defvar TeX-current-process-region-p nil
  "Non-nil means that the last TeX command is on a region.")