From 508005b3cf91b03736adc6f6edfc1cebe22be0df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Sun, 4 Jun 2023 14:09:39 +0200 Subject: [PATCH] ; * lisp/emacs-lisp/comp.el (comp-funciton-type-spec): typo --- lisp/emacs-lisp/comp.el | 2 +- lisp/help-fns.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5