Variable: calc-point-char

calc-point-char is a variable defined in calc.el.gz.

Value

"."

Documentation

The character (in the form of a string) to be used as a decimal point.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcalcmodevar calc-point-char "."
  "The character (in the form of a string) to be used as a decimal point.")