aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc
diff options
context:
space:
mode:
authorChong Yidong2012-04-09 21:05:48 +0800
committerChong Yidong2012-04-09 21:05:48 +0800
commitfb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch)
treeeba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/calc
parenta18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff)
downloademacs-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.el2
-rw-r--r--lisp/calc/calc.el2
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.
306Must be formatted like `math-standard-units'. 306Must be formatted like `math-standard-units'.
307If you change this, be sure to set `math-units-table' to nil to ensure 307If you change this, be sure to set `math-units-table' to nil to ensure
308that the combined units table will be rebuilt.") 308that 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.")
817Used by `calc-user-invocation'.") 817Used 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