1
Fork 0
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:
Eli Zaretskii 2025-08-28 08:58:17 +03:00
parent 293e258a1b
commit ec50d775ac

View file

@ -152,7 +152,7 @@ variables})
@cindex next and previous diagnostic
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,
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: