Function: TeX-command-select-buffer
TeX-command-select-buffer is an interactive and byte-compiled function
defined in tex.el.
Signature
(TeX-command-select-buffer)
Documentation
Determine that the next command will be on the buffer.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-command-select-buffer ()
"Determine that the next command will be on the buffer."
(interactive)
(message "Next command will be on the buffer")
(setq TeX-command-current #'TeX-command-buffer))