* lisp/emacs-lisp/comp.el (comp--compute-function-types): Fix missing doc.
This commit is contained in:
parent
e6882a5cc8
commit
44d5c667d7
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue