Function: *table--cell-newline-and-indent

*table--cell-newline-and-indent is an interactive and byte-compiled function defined in table.el.gz.

Signature

(*table--cell-newline-and-indent)

Documentation

Table cell version of newline-and-indent.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun *table--cell-newline-and-indent ()
  "Table cell version of `newline-and-indent'."
  (interactive)
  (*table--cell-newline t))