diff options
| author | Jay Belanger | 2005-01-18 18:30:39 +0000 |
|---|---|---|
| committer | Jay Belanger | 2005-01-18 18:30:39 +0000 |
| commit | 650cb9f1357b4c60735abc6e17c53895b9cecccb (patch) | |
| tree | 64bedf3c6c8839d07283087b79ed771b38c58cf5 | |
| parent | 67b9b71fc8a51f37dba1bc7adf0d47e8e929c86a (diff) | |
| download | emacs-650cb9f1357b4c60735abc6e17c53895b9cecccb.tar.gz emacs-650cb9f1357b4c60735abc6e17c53895b9cecccb.zip | |
(calc-display-raw): Fix docstring.
| -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.") |