* lisp/help-fns.el (help-fns--signature): Don't try calling
'comp-function-type-spec' if Emacs was built without native
compilation. (Bug#65250)
(unless (and (symbolp function)
(get function 'reader-construct))
(insert high-usage "\n")
- (when-let* ((res (comp-function-type-spec function))
+ (when-let* ((res (and (native-comp-available-p)
+ (comp-function-type-spec function)))
(type-spec (car res))
(kind (cdr res)))
(insert (format