1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

; * lisp/emacs-lisp/comp.el (comp-funciton-type-spec): typo

This commit is contained in:
Mattias Engdegård 2023-06-04 14:09:39 +02:00
parent 53dc1f3fe0
commit 508005b3cf
2 changed files with 2 additions and 2 deletions

View File

@ -4448,7 +4448,7 @@ of (commands) to run simultaneously."
(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.

View File

@ -711,7 +711,7 @@ the C sources, too."
(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