diff options
| author | João Távora | 2018-06-25 12:27:56 +0100 |
|---|---|---|
| committer | João Távora | 2018-06-25 12:29:04 +0100 |
| commit | 15f4cdd873cafeba0b61af9774d2b5da19d77e50 (patch) | |
| tree | 394139a4b7d3d55318fe0c9fc7fe6b12d35232a0 | |
| parent | 79c247700f97ca83bf9ab49f21bf45b936b73de6 (diff) | |
| download | emacs-15f4cdd873cafeba0b61af9774d2b5da19d77e50.tar.gz emacs-15f4cdd873cafeba0b61af9774d2b5da19d77e50.zip | |
Mention use of C-h . (display-local-help) in Flymake manual
Fixes: Bug#31921
* doc/misc/flymake.texi (Using Flymake): Mention display-local-help.
| -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 |