Variable: calc-display-just
calc-display-just is a variable defined in calc.el.gz.
Value
nil
Documentation
If nil, stack display is left-justified.
If right, stack display is right-justified.
If center, stack display is centered.
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcalcmodevar calc-display-just nil
"If nil, stack display is left-justified.
If `right', stack display is right-justified.
If `center', stack display is centered.")