* Fix capitalize entry in comp-known-type-specifiers (bug#69631)

* lisp/emacs-lisp/comp-common.el (comp-known-type-specifiers): Fix
'capitalize' entry.
This commit is contained in:
Andrea Corallo 2024-03-08 14:26:14 +01:00
parent cc75e103dd
commit 966d0a62a1

View file

@ -119,7 +119,7 @@ Used to modify the compiler environment."
(function ((or integer marker) (or integer marker)) string))
(bufferp (function (t) boolean))
(byte-code-function-p (function (t) boolean))
(capitalize (function (or integer string) (or integer string)))
(capitalize (function ((or integer string)) (or integer string)))
(car (function (list) t))
(car-less-than-car (function (list list) boolean))
(car-safe (function (t) t))