aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Stephens2019-06-26 10:26:18 -0400
committerStefan Monnier2019-06-26 10:26:18 -0400
commitbaee135c31fd4c498c38bbc2d1c1f61562e12b07 (patch)
tree5a66f4e600ca90d17009e56d9299382a37d42215
parent0b4e003766f15225dede9bdba4ead33e493856e2 (diff)
downloademacs-baee135c31fd4c498c38bbc2d1c1f61562e12b07.tar.gz
emacs-baee135c31fd4c498c38bbc2d1c1f61562e12b07.zip
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
-rw-r--r--lisp/calc/calc-ext.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el
index bd5d4395a1c..43360fc976f 100644
--- a/lisp/calc/calc-ext.el
+++ b/lisp/calc/calc-ext.el
@@ -2138,7 +2138,7 @@ calc-kill calc-kill-region calc-yank))))
2138(defalias 'math-numberp #'Math-numberp) 2138(defalias 'math-numberp #'Math-numberp)
2139 2139
2140;;; True if A is a complex number or angle. [P x] [Public] 2140;;; True if A is a complex number or angle. [P x] [Public]
2141(defalias 'math-scalarp #'#'Math-scalarp) 2141(defalias 'math-scalarp #'Math-scalarp)
2142 2142
2143;;; True if A is a vector. [P x] [Public] 2143;;; True if A is a vector. [P x] [Public]
2144(defalias 'math-vectorp #'Math-vectorp) 2144(defalias 'math-vectorp #'Math-vectorp)