]> git.eshelyaron.com Git - emacs.git/commitdiff
* Two grammar fixes into async hooks doc
authorAndrea Corallo <akrl@sdf.org>
Mon, 24 Feb 2020 09:32:51 +0000 (09:32 +0000)
committerAndrea Corallo <akrl@sdf.org>
Wed, 26 Feb 2020 10:40:00 +0000 (10:40 +0000)
lisp/emacs-lisp/comp.el

index af7963289dc9a4b6113c658ee49d90df209b5a1c..7054c588999bdd38340bd1597d328ee805a72a71 100644 (file)
@@ -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)