Variable: calc-group-char

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

Value

","

Documentation

The character (in the form of a string) to be used for grouping digits.

This is used only when calc-group-digits mode is on.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcalcmodevar calc-group-char ","
  "The character (in the form of a string) to be used for grouping digits.
This is used only when calc-group-digits mode is on.")