Variable: TeX-command-sequence-count-same-command

TeX-command-sequence-count-same-command is a variable defined in tex.el.

Value

1

Documentation

Counter for the runs of the same command in TeX-command-sequence.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar TeX-command-sequence-count-same-command 1
  "Counter for the runs of the same command in `TeX-command-sequence'.")