From: Andrea Corallo Date: Wed, 21 Feb 2024 16:45:41 +0000 (+0100) Subject: * lisp/emacs-lisp/comp.el (comp--compute-function-types): Fix missing doc. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c18b4cc44f839255f0cacf19acdc51a00e39d890;p=emacs.git * lisp/emacs-lisp/comp.el (comp--compute-function-types): Fix missing doc. (cherry picked from commit 44d5c667d7775f881473c7c6f7d9bdef7594bd79) --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 46d2896f2be..e0da01bcc5d 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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)))