emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 508005b3cf9: ; * lisp/emacs-lisp/comp.el (comp-funciton-type-spec


From: Mattias Engdegård
Subject: master 508005b3cf9: ; * lisp/emacs-lisp/comp.el (comp-funciton-type-spec): typo
Date: Sun, 4 Jun 2023 08:10:50 -0400 (EDT)

branch: master
commit 508005b3cf91b03736adc6f6edfc1cebe22be0df
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]