Variable: TeX-quote-after-quote

TeX-quote-after-quote is a customizable variable defined in tex.el.

Value

nil

Documentation

Behaviour of M-x TeX-insert-quote (TeX-insert-quote).

Nil means standard behaviour; when non-nil, opening and closing quotes are inserted only after ".

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-quote-after-quote nil
  "Behaviour of \\[TeX-insert-quote].
Nil means standard behaviour; when non-nil, opening and closing
quotes are inserted only after \"."
  :group 'TeX-quote
  :type 'boolean)