]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (comp--compute-function-types): Fix missing doc.
authorAndrea Corallo <acorallo@gnu.org>
Wed, 21 Feb 2024 16:45:41 +0000 (17:45 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:39:30 +0000 (18:39 +0100)
(cherry picked from commit 44d5c667d7775f881473c7c6f7d9bdef7594bd79)

lisp/emacs-lisp/comp.el

index 46d2896f2be8f84414d994e4658677f4538d4d74..e0da01bcc5d11d885e424c81df9ea71d9608af07 100644 (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)))
 
 \f