]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/comp.el (native-comp-async-cu-done-functions): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 22 Aug 2021 08:42:05 +0000 (11:42 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 22 Aug 2021 08:42:05 +0000 (11:42 +0300)
lisp/emacs-lisp/comp.el

index 7bbe63c3e15c7b31737be96415f82ec9d8898470..7d2d36d10345bb2f82b75849b6ad5703c100559f 100644 (file)
@@ -116,9 +116,9 @@ or one if there's just one execution unit."
   :version "28.1")
 
 (defcustom native-comp-async-cu-done-functions nil
-  "List of functions to call after asynchronously compiling one compilation unit.
-Called with one argument FILE, the filename used as input to
-compilation."
+  "List of functions to call when asynchronous compilation of a file is done.
+Each function is called with one argument FILE, the filename whose
+compilation has completed."
   :type 'hook
   :version "28.1")