Variable: TeX-open-quote

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

Value

"``"

Documentation

String inserted by typing M-x TeX-insert-quote (TeX-insert-quote) to open a quotation.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-open-quote "``"
  "String inserted by typing \\[TeX-insert-quote] to open a quotation."
  :group 'TeX-quote
  :type 'string)