From: Andrea Corallo Date: Sat, 11 Jul 2020 10:13:54 +0000 (+0100) Subject: * doc/misc/flymake.texi (An annotated example backend): Typo fix. X-Git-Tag: emacs-28.0.90~7024^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=205abbfb6875d940da347122100dfd4cd411adb4;p=emacs.git * doc/misc/flymake.texi (An annotated example backend): Typo fix. --- diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 19dcb19de74..89d2265f816 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi @@ -684,7 +684,7 @@ Binding,,, elisp, The Emacs Lisp Reference Manual}) to be active. msg) into diags finally (funcall report-fn diags))) - (flymake-log :warning "Canceling obsolete check %s" + (flymake-log :warning "Cancelling obsolete check %s" proc)) ;; Cleanup the temporary buffer used to hold the ;; check's output.