summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2020-07-11 11:13:54 +0100
committerAndrea Corallo <akrl@sdf.org>2020-07-11 11:25:51 +0100
commitb1ad0380d2372b8df35ff603b8918d22c27ad964 (patch)
tree3c1158f1169dd6eb17b3c7a385f0376764ce2d7c
parentc04b92104c2bc4c1a719e06fbe11045a204c36a0 (diff)
downloademacs-b1ad0380d2372b8df35ff603b8918d22c27ad964.tar.gz
* doc/misc/flymake.texi (An annotated example backend): Typo fix.
-rw-r--r--doc/misc/flymake.texi2
1 files changed, 1 insertions, 1 deletions
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.