* lisp/emacs-lisp/comp.el (comp--compute-function-types): Fix missing doc.

This commit is contained in:
Andrea Corallo 2024-02-21 17:45:41 +01:00
parent e6882a5cc8
commit 44d5c667d7

View file

@ -3033,7 +3033,7 @@ Set it into the `type' slot."
(setf (comp-cstr-imm (comp-func-type func)) type))))
(defun comp--compute-function-types (_)
""
"Compute and store the type specifier for all functions."
(maphash #'comp--compute-function-type (comp-ctxt-funcs-h comp-ctxt)))