From: Mattias EngdegÄrd Date: Sun, 4 Jun 2023 12:09:39 +0000 (+0200) Subject: ; * lisp/emacs-lisp/comp.el (comp-funciton-type-spec): typo X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=508005b3cf91b03736adc6f6edfc1cebe22be0df;p=emacs.git ; * lisp/emacs-lisp/comp.el (comp-funciton-type-spec): typo --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 86707dd3516..e516c8b5eb9 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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. diff --git a/lisp/help-fns.el b/lisp/help-fns.el index dcf265ea170..b9388b45397 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -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