aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-09 09:57:34 +0000
committerJuanma Barranquero2002-07-09 09:57:34 +0000
commit6f8269719ed08208ffa9fbc670bb69b2341fe91c (patch)
tree31031c15e26d96e21722fc9621064ed8a4cea05a /lisp/calc
parentcb795ec4c27ecad06ec86dba24c6d729bbf0020e (diff)
downloademacs-6f8269719ed08208ffa9fbc670bb69b2341fe91c.tar.gz
emacs-6f8269719ed08208ffa9fbc670bb69b2341fe91c.zip
Fix typo.
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calc-alg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-alg.el b/lisp/calc/calc-alg.el
index 790d665d7de..f1a08c7e235 100644
--- a/lisp/calc/calc-alg.el
+++ b/lisp/calc/calc-alg.el
@@ -1294,7 +1294,7 @@
1294 1294
1295;;; Simple operations on expressions. 1295;;; Simple operations on expressions.
1296 1296
1297;;; Return number of ocurrences of thing in expr, or nil if none. 1297;;; Return number of occurrences of thing in expr, or nil if none.
1298(defun math-expr-contains-count (expr thing) 1298(defun math-expr-contains-count (expr thing)
1299 (cond ((equal expr thing) 1) 1299 (cond ((equal expr thing) 1)
1300 ((Math-primp expr) nil) 1300 ((Math-primp expr) nil)