Function: table--editable-cell-p

table--editable-cell-p is a byte-compiled function defined in table.el.gz.

Signature

(table--editable-cell-p &optional ABORT-ON-ERROR)

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun table--editable-cell-p (&optional _abort-on-error)
  (and (not buffer-read-only)
       (get-text-property (point) 'table-cell)))