Function: table--put-cell-content-property

table--put-cell-content-property is a byte-compiled function defined in table.el.gz.

Signature

(table--put-cell-content-property BEG END &optional OBJECT)

Documentation

Put cell content text properties.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun table--put-cell-content-property (beg end &optional object)
  "Put cell content text properties."
  (table--put-cell-keymap-property beg end object)
  (table--put-cell-indicator-property beg end object)
  (table--put-cell-face-property beg end object)
  (table--put-cell-point-entered/left-property beg end object))