summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-mtx.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calc/calc-mtx.el')
-rw-r--r--lisp/calc/calc-mtx.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-mtx.el b/lisp/calc/calc-mtx.el
index 3e3d2a37607..a56d3f8d698 100644
--- a/lisp/calc/calc-mtx.el
+++ b/lisp/calc/calc-mtx.el
@@ -219,7 +219,7 @@
(math-det-step (1- n) (math-mul prod (nth n (nth n lu))))
prod))
-;;; This returns a list (LU index d), or NIL if not possible.
+;;; This returns a list (LU index d), or nil if not possible.
;;; Argument M must be a square matrix.
(defvar math-lud-cache nil)
(defun math-matrix-lud (m)