Variable: LaTeX-babel-hyphen

LaTeX-babel-hyphen is a customizable variable defined in latex.el.

Value

"\"="

Documentation

String to be used when typing -.

This usually is a hyphen alternative or hyphenation aid, like
"=, "~ or "-, provided by babel and the related language style
files.

Set it to an empty string or nil in order to disable this feature. Alter LaTeX-babel-hyphen-language-alist in case you want to change the behavior for a specific language only.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
;;; Simple Commands

(defcustom LaTeX-babel-hyphen "\"="
  "String to be used when typing `-'.
This usually is a hyphen alternative or hyphenation aid, like
\"=, \"~ or \"-, provided by babel and the related language style
files.

Set it to an empty string or nil in order to disable this
feature.  Alter `LaTeX-babel-hyphen-language-alist' in case you
want to change the behavior for a specific language only."
  :group 'LaTeX-macro
  :type 'string)