aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2005-01-18 18:30:39 +0000
committerJay Belanger2005-01-18 18:30:39 +0000
commit650cb9f1357b4c60735abc6e17c53895b9cecccb (patch)
tree64bedf3c6c8839d07283087b79ed771b38c58cf5
parent67b9b71fc8a51f37dba1bc7adf0d47e8e929c86a (diff)
downloademacs-650cb9f1357b4c60735abc6e17c53895b9cecccb.tar.gz
emacs-650cb9f1357b4c60735abc6e17c53895b9cecccb.zip
(calc-display-raw): Fix docstring.
-rw-r--r--lisp/calc/calc.el2
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.")