Function: TeX-arg-set-exit-mark

TeX-arg-set-exit-mark is a byte-compiled function defined in tex.el.

Signature

(TeX-arg-set-exit-mark OPTIONAL &optional POS)

Documentation

Ignore OPTIONAL and set TeX-exit-mark to POS or current point.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-arg-set-exit-mark (_optional &optional pos)
  "Ignore OPTIONAL and set `TeX-exit-mark' to POS or current point."
  (set-marker TeX-exit-mark (or pos (point))))