emacs-diffs
[Top][All Lists]
Advanced

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

master 654e096: ; * lisp/emacs-lisp/comp.el (native-comp-async-cu-done-f


From: Eli Zaretskii
Subject: master 654e096: ; * lisp/emacs-lisp/comp.el (native-comp-async-cu-done-functions): Doc fix.
Date: Sun, 22 Aug 2021 04:42:57 -0400 (EDT)

branch: master
commit 654e096b09378b2b0d1cdc9b8c0634bf5f3c9306
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/emacs-lisp/comp.el (native-comp-async-cu-done-functions): Doc fix.
---
 lisp/emacs-lisp/comp.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 7bbe63c..7d2d36d 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -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")
 



reply via email to

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