aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Távora2018-06-25 12:27:56 +0100
committerJoão Távora2018-06-25 12:29:04 +0100
commit15f4cdd873cafeba0b61af9774d2b5da19d77e50 (patch)
tree394139a4b7d3d55318fe0c9fc7fe6b12d35232a0
parent79c247700f97ca83bf9ab49f21bf45b936b73de6 (diff)
downloademacs-15f4cdd873cafeba0b61af9774d2b5da19d77e50.tar.gz
emacs-15f4cdd873cafeba0b61af9774d2b5da19d77e50.zip
Mention use of C-h . (display-local-help) in Flymake manual
Fixes: Bug#31921 * doc/misc/flymake.texi (Using Flymake): Mention display-local-help.
-rw-r--r--doc/misc/flymake.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 1e7a5e82c61..bdefd40d778 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -4,7 +4,7 @@
4@set VERSION 1.0 4@set VERSION 1.0
5@set UPDATED June 2018 5@set UPDATED June 2018
6@settitle GNU Flymake @value{VERSION} 6@settitle GNU Flymake @value{VERSION}
7@include docstyle.texi 7@include ../emacs/docstyle.texi
8@syncodeindex pg cp 8@syncodeindex pg cp
9@syncodeindex vr cp 9@syncodeindex vr cp
10@syncodeindex fn cp 10@syncodeindex fn cp
@@ -99,9 +99,15 @@ some changes were made to the buffer more than @code{0.5} seconds ago
99Syntax check can also be started manually by typing the @kbd{M-x 99Syntax check can also be started manually by typing the @kbd{M-x
100flymake-start @key{RET}} command. 100flymake-start @key{RET}} command.
101 101
102If the check detected errors or warnings, the respective buffer
103regions are highlighted. You can place point on those regions and use
104@kbd{C-h .} (@code{display-local-help}) to see what the specific
105problem was. Alternatively, hovering the mouse on those regions
106should also display a tool-tip with the same information.
107
102@code{flymake-goto-next-error} and @code{flymake-goto-prev-error} are 108@code{flymake-goto-next-error} and @code{flymake-goto-prev-error} are
103commands that allow easy navigation to the next/previous erroneous 109commands that allow easy navigation to the next/previous erroneous
104line, respectively. If might be a good idea to map them to @kbd{M-n} 110regions, respectively. If might be a good idea to map them to @kbd{M-n}
105and @kbd{M-p} in @code{flymake-mode}, by adding to your init file: 111and @kbd{M-p} in @code{flymake-mode}, by adding to your init file:
106 112
107@lisp 113@lisp