diff options
| author | Chong Yidong | 2012-04-09 21:05:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-09 21:05:48 +0800 |
| commit | fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch) | |
| tree | eba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/calc | |
| parent | a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff) | |
| download | emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip | |
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'lisp/calc')
| -rw-r--r-- | lisp/calc/calc-units.el | 2 | ||||
| -rw-r--r-- | lisp/calc/calc.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index dcbf845c371..9d2583085a2 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el | |||
| @@ -302,7 +302,7 @@ | |||
| 302 | 302 | ||
| 303 | 303 | ||
| 304 | (defvar math-additional-units nil | 304 | (defvar math-additional-units nil |
| 305 | "*Additional units table for user-defined units. | 305 | "Additional units table for user-defined units. |
| 306 | Must be formatted like `math-standard-units'. | 306 | Must be formatted like `math-standard-units'. |
| 307 | If you change this, be sure to set `math-units-table' to nil to ensure | 307 | If you change this, be sure to set `math-units-table' to nil to ensure |
| 308 | that the combined units table will be rebuilt.") | 308 | that the combined units table will be rebuilt.") |
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 41cdb491cfa..5224d1aa4f8 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el | |||
| @@ -817,7 +817,7 @@ If nil, selections displayed but ignored.") | |||
| 817 | Used by `calc-user-invocation'.") | 817 | Used by `calc-user-invocation'.") |
| 818 | 818 | ||
| 819 | (defcalcmodevar calc-show-banner t | 819 | (defcalcmodevar calc-show-banner t |
| 820 | "*If non-nil, show a friendly greeting above the stack.") | 820 | "If non-nil, show a friendly greeting above the stack.") |
| 821 | 821 | ||
| 822 | (defconst calc-local-var-list '(calc-stack | 822 | (defconst calc-local-var-list '(calc-stack |
| 823 | calc-stack-top | 823 | calc-stack-top |