diff options
| -rw-r--r-- | doc/misc/flymake.texi | 10 |
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 | |||
| 99 | Syntax check can also be started manually by typing the @kbd{M-x | 99 | Syntax check can also be started manually by typing the @kbd{M-x |
| 100 | flymake-start @key{RET}} command. | 100 | flymake-start @key{RET}} command. |
| 101 | 101 | ||
| 102 | If the check detected errors or warnings, the respective buffer | ||
| 103 | regions are highlighted. You can place point on those regions and use | ||
| 104 | @kbd{C-h .} (@code{display-local-help}) to see what the specific | ||
| 105 | problem was. Alternatively, hovering the mouse on those regions | ||
| 106 | should 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 |
| 103 | commands that allow easy navigation to the next/previous erroneous | 109 | commands that allow easy navigation to the next/previous erroneous |
| 104 | line, respectively. If might be a good idea to map them to @kbd{M-n} | 110 | regions, respectively. If might be a good idea to map them to @kbd{M-n} |
| 105 | and @kbd{M-p} in @code{flymake-mode}, by adding to your init file: | 111 | and @kbd{M-p} in @code{flymake-mode}, by adding to your init file: |
| 106 | 112 | ||
| 107 | @lisp | 113 | @lisp |