Variable: LaTeX-csquotes-open-quote

LaTeX-csquotes-open-quote is a customizable variable defined in tex-style.el.

Value

""

Documentation

Opening quotation mark to be used with the csquotes package.

The specified string will be used for TeX-open-quote (and override any language-specific setting) only if both LaTeX-csquotes-open-quote and LaTeX-csquotes-close-quote are non-empty strings.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-style.el
(defcustom LaTeX-csquotes-open-quote ""
  "Opening quotation mark to be used with the csquotes package.
The specified string will be used for `TeX-open-quote' (and override
any language-specific setting) only if both `LaTeX-csquotes-open-quote'
and `LaTeX-csquotes-close-quote' are non-empty strings."
  :type 'string)