From: Eli Zaretskii Date: Fri, 2 Oct 2020 10:57:51 +0000 (+0300) Subject: * doc/misc/flymake.texi (Using Flymake): Fix a typo. (Bug#43758) X-Git-Tag: emacs-27.1.90~120 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5d12707d6;p=emacs.git * doc/misc/flymake.texi (Using Flymake): Fix a typo. (Bug#43758) --- diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index c7bf99c6413..b4757938e99 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi @@ -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