emacs-diffs
[Top][All Lists]
Advanced

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

master 8dc35dd 1/6: Merge from origin/emacs-28


From: Eli Zaretskii
Subject: master 8dc35dd 1/6: Merge from origin/emacs-28
Date: Sat, 6 Nov 2021 05:24:32 -0400 (EDT)

branch: master
commit 8dc35dddf5b16a6056290c067727e132bd1204e0
Merge: 6d406ae b5ccad3
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Merge from origin/emacs-28
    
    b5ccad3 * doc/emacs/building.texi (Compilation Mode): Add next-error-...
---
 doc/emacs/building.texi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 8de9386..2c694a5 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -213,7 +213,6 @@ Select a buffer to be used by next invocation of 
@code{next-error} and
 @kindex M-g n
 @kindex C-x `
 @findex next-error
-@findex next-error-message
 @vindex next-error-message-highlight
 @vindex next-error-highlight
 @vindex next-error-highlight-no-select
@@ -263,7 +262,9 @@ to skip any messages.
 highlights the relevant source line.  The duration of this highlight
 is determined by the variable @code{next-error-highlight} for the locus
 in the selected buffer, and @code{next-error-highlight-no-select} for
-the locus in non-selected buffers.
+the locus in non-selected buffers.  Also you can customize the variable
+@code{next-error-message-highlight} that defines how to highlight the
+current error message in the buffer that contains messages.
 
 @vindex compilation-context-lines
   If the @file{*compilation*} buffer is shown in a window with a left



reply via email to

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