Function: table--update-cell-face

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

Signature

(table--update-cell-face)

Documentation

Update cell face according to the current mode.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun table--update-cell-face ()
  "Update cell face according to the current mode."
  (set-face-inverse-video 'table-cell table-fixed-width-mode))