From: Andrea Corallo Date: Mon, 24 Feb 2020 09:32:51 +0000 (+0000) Subject: * Two grammar fixes into async hooks doc X-Git-Tag: emacs-28.0.90~2727^2~815 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0daf1292ccfd6f07b8ded28e29f01919c43022e;p=emacs.git * Two grammar fixes into async hooks doc --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index af7963289dc..7054c588999 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)