summaryrefslogtreecommitdiff
path: root/lisp/progmodes/flymake.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-09 10:18:00 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-09 10:18:00 +0100
commitf5c3585e4ddb71c78309f06e844a6c2dd31f3a5f (patch)
tree2211c3df9321b5d0c024da0ec7fa96f39eca3477 /lisp/progmodes/flymake.el
parent58a483960dd3e8807cf0df2a865f8b4cda22f784 (diff)
downloademacs-f5c3585e4ddb71c78309f06e844a6c2dd31f3a5f.tar.gz
; Fix typos
Diffstat (limited to 'lisp/progmodes/flymake.el')
-rw-r--r--lisp/progmodes/flymake.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index adb984c3e59..a4a8cd84050 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -54,9 +54,8 @@
;; (question mark) if no backends were even configured.
;;
;; For programmers interested in writing a new Flymake backend, the
-;; docstring of `flymake-diagnostic-functions', the Flymake manual,
-;; and the code of existing backends are probably a good starting
-;; point.
+;; docstring of `flymake-diagnostic-functions', the Flymake manual, and the
+;; code of existing backends are probably good starting points.
;;
;; The user wishing to customize the appearance of error types should
;; set properties on the symbols associated with each diagnostic type.