aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-05-18 16:53:49 +0300
committerEli Zaretskii2022-05-18 16:53:49 +0300
commitb1620a44ff201966c9900a116a640597093e6030 (patch)
tree62f0ba6e71606226ecd355a9a068ff3be7b4dca1
parenta67d8e0d70d5563044f9981795de9ee2876b6463 (diff)
downloademacs-b1620a44ff201966c9900a116a640597093e6030.tar.gz
emacs-b1620a44ff201966c9900a116a640597093e6030.zip
; * lisp/progmodes/flymake.el (flymake-mode): Fix a typo.
-rw-r--r--lisp/progmodes/flymake.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 46a4fdfa373..fbbfacfcfed 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -1104,7 +1104,7 @@ diagnostics annotated in the buffer.
1104 1104
1105By default, `flymake-mode' doesn't override the \\[next-error] command, but 1105By default, `flymake-mode' doesn't override the \\[next-error] command, but
1106if you're using Flymake a lot (and don't use the regular compilation 1106if you're using Flymake a lot (and don't use the regular compilation
1107mechanisms that often), if can be useful to put something like 1107mechanisms that often), it can be useful to put something like
1108the following in your init file: 1108the following in your init file:
1109 1109
1110 (setq next-error-function \\='flymake-goto-next-error) 1110 (setq next-error-function \\='flymake-goto-next-error)