Function: TeX-newline

TeX-newline is an interactive and byte-compiled function defined in tex.el.

Signature

(TeX-newline)

Documentation

Call the function specified by the variable TeX-newline-function.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-newline ()
  "Call the function specified by the variable `TeX-newline-function'."
  (interactive) (call-interactively TeX-newline-function))