Simplify Flymake user documentation
commit413978727c9fb1d26b64e81412434064d99ec568
authorJoão Távora <joaotavora@gmail.com>
Thu, 12 Oct 2017 11:11:26 +0000 (12 12:11 +0100)
committerJoão Távora <joaotavora@gmail.com>
Thu, 12 Oct 2017 11:30:23 +0000 (12 12:30 +0100)
tree6298d66eb95fe6af27f62985e710ca58bc814b9a
parent6ff18c3995af5d62c7c2d5690d6daf8984d842de
Simplify Flymake user documentation

Fix some confusing parts of Flymake user documentation, like a
repeated listing of situations leading to a syntax check.
Documentation is now divided into three chapters only: "Using
Flymake", "Extending Flymake", and a chapter for the legacy backend.

Obsolete mention of "errors" and "lines" is replaced by
"diagnostics/problems" and "regions" where appropriate.

* doc/misc/flymake.texi (Overview of Flymake): Delete chapter.
(Using Flymake): Merge with chapter "Overview of Flymake".
(Installing Flymake): Delete chapter.
(Flymake mode, Running the syntax check)
(Navigating to error lines): Delete sections.
(Syntax check statuses): Review and augment with x-references.
(Backend exceptions): Mention shortcut in menu.

* lisp/progmodes/flymake.el (flymake-menu): Tweak minor mode
menu to not speak of "errors".
(flymake-goto-next-error, flymake-goto-prev-error): Fix
wording.
doc/misc/flymake.texi
lisp/progmodes/flymake.el