1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

* doc/misc/flymake.texi (Using Flymake): Fix a typo. (Bug#43758)

This commit is contained in:
Eli Zaretskii 2020-10-02 13:57:51 +03:00
parent 9b47ae2304
commit d5d12707d6

View File

@ -103,7 +103,7 @@ should also display a tool-tip with the same information.
@code{flymake-goto-next-error} and @code{flymake-goto-prev-error} are
commands that allow easy navigation to the next/previous erroneous
regions, respectively. If might be a good idea to map them to @kbd{M-n}
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:
@lisp