diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/flymake.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 54835767928..65c10588f39 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi | |||
| @@ -152,7 +152,7 @@ variables}) | |||
| 152 | 152 | ||
| 153 | @cindex next and previous diagnostic | 153 | @cindex next and previous diagnostic |
| 154 | If the diagnostics are outside the visible region of the buffer, | 154 | If the diagnostics are outside the visible region of the buffer, |
| 155 | @code{flymake-goto-next-error} and @code{flymake-goto-prev-error} are | 155 | @code{flymake-goto-next-error} and @code{flymake-goto-prev-error} |
| 156 | let you navigate to the next/previous erroneous regions, | 156 | let you navigate to the next/previous erroneous regions, |
| 157 | respectively. It might be a good idea to map them to @kbd{M-n} and | 157 | respectively. It might be a good idea to map them to @kbd{M-n} and |
| 158 | @kbd{M-p} in @code{flymake-mode}, by adding to your init file: | 158 | @kbd{M-p} in @code{flymake-mode}, by adding to your init file: |