mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
; * doc/misc/flymake.texi (Finding diagnostics): Fix a typo (bug#79325).
This commit is contained in:
parent
293e258a1b
commit
ec50d775ac
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ variables})
|
||||||
|
|
||||||
@cindex next and previous diagnostic
|
@cindex next and previous diagnostic
|
||||||
If the diagnostics are outside the visible region of the buffer,
|
If the diagnostics are outside the visible region of the buffer,
|
||||||
@code{flymake-goto-next-error} and @code{flymake-goto-prev-error} are
|
@code{flymake-goto-next-error} and @code{flymake-goto-prev-error}
|
||||||
let you navigate to the next/previous erroneous regions,
|
let you navigate to the next/previous erroneous regions,
|
||||||
respectively. It might be a good idea to map them to @kbd{M-n} and
|
respectively. It might be a good idea to map them to @kbd{M-n} and
|
||||||
@kbd{M-p} in @code{flymake-mode}, by adding to your init file:
|
@kbd{M-p} in @code{flymake-mode}, by adding to your init file:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue