emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 15f4cdd: Mention use of C-h . (display-local-help)


From: João Távora
Subject: [Emacs-diffs] master 15f4cdd: Mention use of C-h . (display-local-help) in Flymake manual
Date: Mon, 25 Jun 2018 07:31:05 -0400 (EDT)

branch: master
commit 15f4cdd873cafeba0b61af9774d2b5da19d77e50
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Mention use of C-h . (display-local-help) in Flymake manual
    
    Fixes: Bug#31921
    
    * doc/misc/flymake.texi (Using Flymake): Mention display-local-help.
---
 doc/misc/flymake.texi | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 1e7a5e8..bdefd40 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -4,7 +4,7 @@
 @set VERSION 1.0
 @set UPDATED June 2018
 @settitle GNU Flymake @value{VERSION}
address@hidden docstyle.texi
address@hidden ../emacs/docstyle.texi
 @syncodeindex pg cp
 @syncodeindex vr cp
 @syncodeindex fn cp
@@ -99,9 +99,15 @@ some changes were made to the buffer more than @code{0.5} 
seconds ago
 Syntax check can also be started manually by typing the @kbd{M-x
 flymake-start @key{RET}} command.
 
+If the check detected errors or warnings, the respective buffer
+regions are highlighted.  You can place point on those regions and use
address@hidden .}  (@code{display-local-help}) to see what the specific
+problem was.  Alternatively, hovering the mouse on those regions
+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
-line, respectively.  If might be a good idea to map them to @kbd{M-n}
+regions, respectively.  If 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]