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:
parent
53dc1f3fe0
commit
508005b3cf
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user