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:
parent
53dc1f3fe0
commit
508005b3cf
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue