From f0529b5b1aeb64a7df9765781948a5edbfc80b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jan=C3=ADk?= Date: Thu, 20 Dec 2001 19:01:00 +0000 Subject: Doc fix. --- lisp/calc/calc-mtx.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/calc/calc-mtx.el') 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) -- cgit v1.2.1