Function: LaTeX-math-abbrev-prefix

LaTeX-math-abbrev-prefix is a byte-compiled function defined in latex.el.

Signature

(LaTeX-math-abbrev-prefix)

Documentation

Make a key definition from the variable LaTeX-math-abbrev-prefix(var)/LaTeX-math-abbrev-prefix(fun).

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defun LaTeX-math-abbrev-prefix ()
  "Make a key definition from the variable `LaTeX-math-abbrev-prefix'."
  (if (stringp LaTeX-math-abbrev-prefix)
      (read-kbd-macro LaTeX-math-abbrev-prefix)
    LaTeX-math-abbrev-prefix))