To learn about using Flymake, @pxref{Using Flymake}.
-Flymake is designed to be easily extended to support new backends via
-an Elisp interface. @xref{Extending Flymake}.
+When the Emacs LSP support mode Eglot is enabled, Flymake will use
+that as an additional back-end. @xref{Eglot Features,,, eglot, Eglot:
+The Emacs LSP Client} Flymake is also designed to be easily extended
+to support new backends via an Elisp interface. @xref{Extending
+Flymake}.
Historically, Flymake used to accept diagnostics from a single
backend. Although obsolete, it is still functional. To learn how to
@code{flymake-diagnostic-functions}. If you know Elisp you may also
write your own Flymake backend functions. @xref{Backend functions}.
+When the Emacs LSP support mode Eglot is enabled, Flymake will use
+that as an additional back-end automatically. @xref{Eglot Features,,,
+eglot, Eglot: The Emacs LSP Client}
+
@menu
* Starting Flymake::
* Finding diagnostics::