Variable: LaTeX-csquotes-close-quote
LaTeX-csquotes-close-quote is a customizable variable defined in
tex-style.el.
Value
""
Documentation
Closing quotation mark to be used with the csquotes package.
The specified string will be used for TeX-close-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-close-quote ""
"Closing quotation mark to be used with the csquotes package.
The specified string will be used for `TeX-close-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)