emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 44d5c667d77: * lisp/emacs-lisp/comp.el (comp--compute-function-ty


From: Andrea Corallo
Subject: master 44d5c667d77: * lisp/emacs-lisp/comp.el (comp--compute-function-types): Fix missing doc.
Date: Wed, 21 Feb 2024 11:53:13 -0500 (EST)

branch: master
commit 44d5c667d7775f881473c7c6f7d9bdef7594bd79
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * lisp/emacs-lisp/comp.el (comp--compute-function-types): Fix missing doc.
---
 lisp/emacs-lisp/comp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]