summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-17 09:31:46 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-17 09:34:24 +0100
commit93036209fae87dc620b27b2ce2e0146e6252113c (patch)
tree34552a98807db1f69c0bddf1be920fea619981c0 /lisp/progmodes/flymake.el
parent32f36db4f89deb453f401c3d66cbb02c61f2c838 (diff)
downloademacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.gz
emacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.bz2
emacs-93036209fae87dc620b27b2ce2e0146e6252113c.zip
; Fix typos (duplicate words)
Diffstat (limited to 'lisp/progmodes/flymake.el')
-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 294cf47087c..adb984c3e59 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -1133,7 +1133,7 @@ special *Flymake log* buffer." :group 'flymake :lighter
(add-hook 'kill-buffer-hook 'flymake-kill-buffer-hook nil t)
(add-hook 'eldoc-documentation-functions 'flymake-eldoc-function t t)
- ;; If Flymake happened to be already already ON, we must cleanup
+ ;; If Flymake happened to be already ON, we must cleanup
;; existing diagnostic overlays, lest we forget them by blindly
;; reinitializing `flymake--state' in the next line.
;; See https://github.com/joaotavora/eglot/issues/223.