diff options
| -rw-r--r-- | lisp/calc/calc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index a578a8666b8..ba5cda831e1 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el | |||
| @@ -438,7 +438,7 @@ If `units', `math-simplify-units' is applied.") | |||
| 438 | "If non-nil, recompute evalto's automatically when necessary.") | 438 | "If non-nil, recompute evalto's automatically when necessary.") |
| 439 | 439 | ||
| 440 | (defcalcmodevar calc-display-raw nil | 440 | (defcalcmodevar calc-display-raw nil |
| 441 | "If non-nil, display shows unformatted Lisp exprs.(defcalcmodevar For debugging)") | 441 | "If non-nil, display shows unformatted Lisp exprs. (For debugging)") |
| 442 | 442 | ||
| 443 | (defcalcmodevar calc-internal-prec 12 | 443 | (defcalcmodevar calc-internal-prec 12 |
| 444 | "Number of digits of internal precision for calc-mode calculations.") | 444 | "Number of digits of internal precision for calc-mode calculations.") |