diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calc/calc-alg.el | 2 |
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) |