aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/flymake.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 1e7a5e82c61..bdefd40d778 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -4,7 +4,7 @@
4@set VERSION 1.0 4@set VERSION 1.0
5@set UPDATED June 2018 5@set UPDATED June 2018
6@settitle GNU Flymake @value{VERSION} 6@settitle GNU Flymake @value{VERSION}
7@include docstyle.texi 7@include ../emacs/docstyle.texi
8@syncodeindex pg cp 8@syncodeindex pg cp
9@syncodeindex vr cp 9@syncodeindex vr cp
10@syncodeindex fn cp 10@syncodeindex fn cp
@@ -99,9 +99,15 @@ some changes were made to the buffer more than @code{0.5} seconds ago
99Syntax check can also be started manually by typing the @kbd{M-x 99Syntax check can also be started manually by typing the @kbd{M-x
100flymake-start @key{RET}} command. 100flymake-start @key{RET}} command.
101 101
102If the check detected errors or warnings, the respective buffer
103regions are highlighted. You can place point on those regions and use
104@kbd{C-h .} (@code{display-local-help}) to see what the specific
105problem was. Alternatively, hovering the mouse on those regions
106should also display a tool-tip with the same information.
107
102@code{flymake-goto-next-error} and @code{flymake-goto-prev-error} are 108@code{flymake-goto-next-error} and @code{flymake-goto-prev-error} are
103commands that allow easy navigation to the next/previous erroneous 109commands that allow easy navigation to the next/previous erroneous
104line, respectively. If might be a good idea to map them to @kbd{M-n} 110regions, respectively. If might be a good idea to map them to @kbd{M-n}
105and @kbd{M-p} in @code{flymake-mode}, by adding to your init file: 111and @kbd{M-p} in @code{flymake-mode}, by adding to your init file:
106 112
107@lisp 113@lisp