emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b1620a44ff: ; * lisp/progmodes/flymake.el (flymake-mode): Fix a t


From: Eli Zaretskii
Subject: master b1620a44ff: ; * lisp/progmodes/flymake.el (flymake-mode): Fix a typo.
Date: Wed, 18 May 2022 09:54:22 -0400 (EDT)

branch: master
commit b1620a44ff201966c9900a116a640597093e6030
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/progmodes/flymake.el (flymake-mode): Fix a typo.
---
 lisp/progmodes/flymake.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 46a4fdfa37..fbbfacfcfe 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]