Variable: font-latex-quote-style-list-german

font-latex-quote-style-list-german is a variable defined in font-latex.el.

Value

("austrian" "german" "germanb" "naustrian" "ngerman")

Documentation

List of styles for which German-style quote matching should be activated.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/font-latex.el
(defvar font-latex-quote-style-list-german
  '("austrian" "german" "germanb" "naustrian" "ngerman")
  "List of styles for which German-style quote matching should be activated.")