Variable: TeX-electric-escape

TeX-electric-escape is a customizable variable defined in tex.el.

Value

nil

Documentation

If non-nil, `\' will offer on-the-fly completion.

In Texinfo-mode, `@' will do that job instead and `\' is not affected. See TeX-electric-macro for detail.

Source Code

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

(defcustom TeX-electric-escape nil
  "If non-nil, ``\\'' will offer on-the-fly completion.
In Texinfo-mode, ``@'' will do that job instead and ``\\'' is not
affected.  See `TeX-electric-macro' for detail."
  :group 'TeX-macro
  :type 'boolean)