Function: TeX-arg-define-environment

TeX-arg-define-environment is a byte-compiled function defined in latex.el.

Signature

(TeX-arg-define-environment OPTIONAL &optional PROMPT)

Documentation

Prompt for a LaTeX environment with completion.

If OPTIONAL is non-nil, insert the resulting value as an optional argument, otherwise as a mandatory one. Use PROMPT as the prompt string.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defun TeX-arg-define-environment (optional &optional prompt)
  "Prompt for a LaTeX environment with completion.
If OPTIONAL is non-nil, insert the resulting value as an optional
argument, otherwise as a mandatory one.  Use PROMPT as the prompt
string."
  (TeX-arg-environment optional prompt t))