summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r--lisp/emacs-lisp/comp.el2
1 files changed, 1 insertions, 1 deletions
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)))