diff options
| author | Juri Linkov | 2020-03-04 01:48:03 +0200 |
|---|---|---|
| committer | Juri Linkov | 2020-03-04 01:48:03 +0200 |
| commit | 592b1cfee9f80413290dcd470effa7fa14036df3 (patch) | |
| tree | e24e603c85bf02642a7a165078b31f27c4b6b7ed /doc | |
| parent | add0610ec9327c15ee933f571731401212328810 (diff) | |
| download | emacs-592b1cfee9f80413290dcd470effa7fa14036df3.tar.gz emacs-592b1cfee9f80413290dcd470effa7fa14036df3.zip | |
Improve documentation of next-error-highlight-no-select (bug#38778)
* doc/emacs/building.texi (Compilation Mode):
Mention next-error-highlight-no-select.
* lisp/simple.el (next-error-highlight): Add reference to
next-error-highlight-no-select.
(next-error-highlight-no-select): Add reference to
next-error-highlight.
Diffstat (limited to 'doc')
| -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 | |||
| 214 | @kindex C-x ` | 214 | @kindex C-x ` |
| 215 | @findex next-error | 215 | @findex next-error |
| 216 | @vindex next-error-highlight | 216 | @vindex next-error-highlight |
| 217 | @vindex next-error-highlight-no-select | ||
| 217 | To visit errors sequentially, type @w{@kbd{C-x `}} | 218 | To visit errors sequentially, type @w{@kbd{C-x `}} |
| 218 | (@code{next-error}), or equivalently @kbd{M-g M-n} or @kbd{M-g n}. | 219 | (@code{next-error}), or equivalently @kbd{M-g M-n} or @kbd{M-g n}. |
| 219 | This command can be invoked from any buffer, not just a Compilation | 220 | This command can be invoked from any buffer, not just a Compilation |
| @@ -258,7 +259,9 @@ to skip any messages. | |||
| 258 | 259 | ||
| 259 | When Emacs visits the locus of an error message, it momentarily | 260 | When Emacs visits the locus of an error message, it momentarily |
| 260 | highlights the relevant source line. The duration of this highlight | 261 | highlights the relevant source line. The duration of this highlight |
| 261 | is determined by the variable @code{next-error-highlight}. | 262 | is determined by the variable @code{next-error-highlight} for the locus |
| 263 | in the selected buffer, and @code{next-error-highlight-no-select} for | ||
| 264 | the locus in non-selected buffers. | ||
| 262 | 265 | ||
| 263 | @vindex compilation-context-lines | 266 | @vindex compilation-context-lines |
| 264 | If the @file{*compilation*} buffer is shown in a window with a left | 267 | If the @file{*compilation*} buffer is shown in a window with a left |