Variable: calc-matrix-just

calc-matrix-just is a variable defined in calc.el.gz.

Value

center

Documentation

If nil, vector elements are left-justified.

If right, vector elements are right-justified. If center, vector elements are centered.

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcalcmodevar calc-matrix-just 'center
  "If nil, vector elements are left-justified.
If `right', vector elements are right-justified.
If `center', vector elements are centered.")