Function: TeX-command-select-region

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

Signature

(TeX-command-select-region)

Documentation

Determine that the next command will be on the region.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-command-select-region ()
  "Determine that the next command will be on the region."
  (interactive)
  (message "Next command will be on the region")
  (setq TeX-command-current #'TeX-command-region))