emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp f0daf12 2/6: * Two grammar fixes into async hooks do


From: Andrea Corallo
Subject: feature/native-comp f0daf12 2/6: * Two grammar fixes into async hooks doc
Date: Wed, 26 Feb 2020 08:09:12 -0500 (EST)

branch: feature/native-comp
commit f0daf1292ccfd6f07b8ded28e29f01919c43022e
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * Two grammar fixes into async hooks doc
---
 lisp/emacs-lisp/comp.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index af79632..7054c58 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -85,7 +85,7 @@ performed at `comp-speed' > 0."
 
 (defcustom comp-async-cu-done-hook nil
   "This hook is run whenever an asyncronous native compilation
-finish compiling a single compilation unit.
+finishes compiling a single compilation unit.
 The argument FILE passed to the function is the filename used as
 compilation input."
   :type 'hook
@@ -93,7 +93,7 @@ compilation input."
 
 (defcustom comp-async-all-done-hook nil
   "This hook is run whenever the asyncronous native compilation
-finished compiling all input files."
+finishes compiling all input files."
   :type 'hook
   :group 'comp)
 



reply via email to

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