Variable: LaTeX-babel-hyphen-language

LaTeX-babel-hyphen-language is a buffer-local variable defined in latex.el.

Documentation

String determining language-specific behavior of hyphen insertion.

It serves as an indicator that the babel hyphenation string should be used and as a means to find a potential customization in LaTeX-babel-hyphen-language-alist related to the active language. It is usually set by language-related style files.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar-local LaTeX-babel-hyphen-language nil
  "String determining language-specific behavior of hyphen insertion.
It serves as an indicator that the babel hyphenation string
should be used and as a means to find a potential customization
in `LaTeX-babel-hyphen-language-alist' related to the active
language.  It is usually set by language-related style files.")