From 213b5d73159cafbdd52b9c0fb0479544cca98a77 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 7 Jan 2021 23:10:18 +0100 Subject: [PATCH] * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix typo. --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 88b6a4690df..d1953b59f04 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -410,7 +410,7 @@ Useful to hook into pass checkers.") (radians-to-degrees (function (number) float)) (rassoc (function (t list) list)) (rassq (function (t list) list)) - (read-from-string (function (string &ptional integer integer) cons)) + (read-from-string (function (string &optional integer integer) cons)) (recent-keys (function (&optional (or cons null)) vector)) (recursion-depth (function () integer)) (regexp-opt (function (list) string)) -- 2.39.5