Function: Texinfo-arg-choice

Texinfo-arg-choice is a byte-compiled function defined in tex-info.el.

Signature

(Texinfo-arg-choice OPTIONAL &optional PROMPT COLLECTION)

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-info.el
(defun Texinfo-arg-choice (optional &optional prompt collection)
  (insert (completing-read (TeX-argument-prompt optional prompt "Key")
                           collection)))