From e3a10c8cd90330736432f95858f1a85a65e8afbf Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 3 Dec 2021 09:07:37 -0500 Subject: [PATCH] * lisp/emacs-lisp/cl-macs.el (natnum): Fix typo --- lisp/emacs-lisp/cl-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 0da759a0f17..f78fdcf0085 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -3365,7 +3365,7 @@ Of course, we really can't know that for sure, so it's just a heuristic." (integer . integerp) (keyword . keywordp) (list . listp) - (natum . natnump) + (natnum . natnump) (number . numberp) (null . null) (real . numberp) -- 2.39.2