* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix typo.
This commit is contained in:
parent
ad0d553e8f
commit
213b5d7315
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue