(calc-display-raw): Fix docstring.
authorJay Belanger <jay.p.belanger@gmail.com>
Tue, 18 Jan 2005 18:30:39 +0000 (18:30 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Tue, 18 Jan 2005 18:30:39 +0000 (18:30 +0000)
lisp/calc/calc.el

index a578a86..ba5cda8 100644 (file)
@@ -438,7 +438,7 @@ If `units', `math-simplify-units' is applied.")
   "If non-nil, recompute evalto's automatically when necessary.")
 
 (defcalcmodevar calc-display-raw nil
-  "If non-nil, display shows unformatted Lisp exprs.(defcalcmodevar For debugging)")
+  "If non-nil, display shows unformatted Lisp exprs. (For debugging)")
 
 (defcalcmodevar calc-internal-prec 12
   "Number of digits of internal precision for calc-mode calculations.")