(message "Cache cleared"))
;;;###autoload
-(defun comp-funciton-type-spec (function)
+(defun comp-function-type-spec (function)
"Given FUNCTION gives its type specifier.
Return a cons with its car being the function specifier and its
cdr being a symbol.
(unless (and (symbolp function)
(get function 'reader-construct))
(insert high-usage "\n")
- (when-let* ((res (comp-funciton-type-spec function))
+ (when-let* ((res (comp-function-type-spec function))
(type-spec (car res))
(kind (cdr res)))
(insert (format