diff options
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 2 |
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. |