Function: table--put-cell-justify-property
table--put-cell-justify-property is a byte-compiled function defined
in table.el.gz.
Signature
(table--put-cell-justify-property CELL JUSTIFY)
Documentation
Put CELL's JUSTIFY property.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun table--put-cell-justify-property (cell justify)
"Put CELL's JUSTIFY property."
(table--put-property cell 'table-justify justify))