diff options
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/building.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 02f18865f39..e866eea4a29 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi @@ -214,6 +214,7 @@ Select a buffer to be used by next invocation of @code{next-error} and @kindex C-x ` @findex next-error @vindex next-error-highlight +@vindex next-error-highlight-no-select To visit errors sequentially, type @w{@kbd{C-x `}} (@code{next-error}), or equivalently @kbd{M-g M-n} or @kbd{M-g n}. This command can be invoked from any buffer, not just a Compilation @@ -258,7 +259,9 @@ to skip any messages. When Emacs visits the locus of an error message, it momentarily highlights the relevant source line. The duration of this highlight -is determined by the variable @code{next-error-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. @vindex compilation-context-lines If the @file{*compilation*} buffer is shown in a window with a left |