Variable: LaTeX-csquotes-quote-after-quote

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

Value

nil

Documentation

Initial value of TeX-quote-after-quote for csquotes.el.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-style.el
;; style/csquotes.el

(defcustom LaTeX-csquotes-quote-after-quote nil
  "Initial value of `TeX-quote-after-quote' for `csquotes.el'."
  :type 'boolean)