summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2023-06-04 14:09:39 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2023-06-04 14:09:39 +0200
commit508005b3cf91b03736adc6f6edfc1cebe22be0df (patch)
treec85b1879919d6c56746a0e24e56385c5cc047296 /lisp/emacs-lisp/comp.el
parent53dc1f3fe0aa9b932e6413007e7a6d39c00f1721 (diff)
downloademacs-508005b3cf91b03736adc6f6edfc1cebe22be0df.tar.gz
emacs-508005b3cf91b03736adc6f6edfc1cebe22be0df.tar.bz2
emacs-508005b3cf91b03736adc6f6edfc1cebe22be0df.zip
; * lisp/emacs-lisp/comp.el (comp-funciton-type-spec): typo
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r--lisp/emacs-lisp/comp.el2
1 files changed, 1 insertions, 1 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.