Mercurial > emacs
changeset 59623:23a9f70c492b
(calc-display-raw): Fix docstring.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 18 Jan 2005 18:30:39 +0000 |
parents | 5ec981fa30e5 |
children | bc491b7cdbb8 |
files | lisp/calc/calc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc.el Tue Jan 18 18:21:58 2005 +0000 +++ b/lisp/calc/calc.el Tue Jan 18 18:30:39 2005 +0000 @@ -438,7 +438,7 @@ "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.")