Function: TeX-arg-hook
TeX-arg-hook is a byte-compiled function defined in latex.el.
Signature
(TeX-arg-hook OPTIONAL)
Documentation
Prompt for a LaTeX hook.
Insert the given hook as a TeX macro argument. If OPTIONAL is non-nil, insert it as an optional argument.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defun TeX-arg-hook (optional)
"Prompt for a LaTeX hook.
Insert the given hook as a TeX macro argument. If OPTIONAL is
non-nil, insert it as an optional argument."
(TeX-argument-insert (TeX-read-hook) optional))