* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix typo.

This commit is contained in:
Andrea Corallo 2021-01-07 23:10:18 +01:00
parent ad0d553e8f
commit 213b5d7315

View file

@ -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))