From 6196cffecf7dcc2a777025137db6ab77ff45a105 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 21 Dec 2011 01:58:39 -0800 Subject: Spelling fixes. --- lisp/calc/calc-alg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/calc') diff --git a/lisp/calc/calc-alg.el b/lisp/calc/calc-alg.el index 274f399fe6..5ad1e58b45 100644 --- a/lisp/calc/calc-alg.el +++ b/lisp/calc/calc-alg.el @@ -1841,7 +1841,7 @@ expr)))) ;;; Simplify a polynomial in list form by stripping off high-end zeros. -;;; This always leaves the constant part, i.e., nil->nil and nonnil->nonnil. +;;; This always leaves the constant part, i.e., nil->nil and non-nil->non-nil. (defun math-poly-simplify (p) (and p (if (Math-zerop (nth (1- (length p)) p)) -- cgit v1.2.3