]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/flymake.el (flymake-mode): Fix a typo.
authorEli Zaretskii <eliz@gnu.org>
Wed, 18 May 2022 13:53:49 +0000 (16:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 18 May 2022 13:53:49 +0000 (16:53 +0300)
lisp/progmodes/flymake.el

index 46a4fdfa3737e8592bab41c302515362c1036d50..fbbfacfcfed687648b11f258631edccf78d75db7 100644 (file)
@@ -1104,7 +1104,7 @@ diagnostics annotated in the buffer.
 
 By default, `flymake-mode' doesn't override the \\[next-error] command, but
 if you're using Flymake a lot (and don't use the regular compilation
-mechanisms that often), if can be useful to put something like
+mechanisms that often), it can be useful to put something like
 the following in your init file:
 
   (setq next-error-function \\='flymake-goto-next-error)