Function: table--put-cell-valign-property

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

Signature

(table--put-cell-valign-property CELL VALIGN)

Documentation

Put CELL's vertical alignment property.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun table--put-cell-valign-property (cell valign)
  "Put CELL's vertical alignment property."
  (table--put-property cell 'table-valign valign))