Variable: table-point-left-cell-hook

table-point-left-cell-hook is a customizable variable defined in table.el.gz.

Value

nil

Documentation

List of functions to be called after point left a table cell.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-point-left-cell-hook nil
  "List of functions to be called after point left a table cell."
  :type 'hook
  :group 'table-hooks)