From: Andrea Corallo Date: Thu, 7 Jan 2021 22:10:18 +0000 (+0100) Subject: * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix typo. X-Git-Tag: emacs-28.0.90~2727^2~175 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=213b5d73159cafbdd52b9c0fb0479544cca98a77;p=emacs.git * lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix typo. --- 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))