]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/flymake.texi (Using Flymake): Fix a typo. (Bug#43758)
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Oct 2020 10:57:51 +0000 (13:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Oct 2020 10:57:51 +0000 (13:57 +0300)
doc/misc/flymake.texi

index c7bf99c64131393fa56989626b24ab54dccd1b53..b4757938e99cff9a1f7dc4d3b86e7336e795f491 100644 (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