* 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:
parent
cc75e103dd
commit
966d0a62a1
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue