Function: table--put-cell-face-property

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

Signature

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

Documentation

Put cell face property.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun table--put-cell-face-property (beg end &optional object)
  "Put cell face property."
  (put-text-property beg end 'font-lock-face 'table-cell object))