1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08: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.