diff options
| author | Eli Zaretskii | 2018-04-23 19:40:44 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-04-23 19:40:44 +0300 |
| commit | d1ab86f2a4936d161ed715e1f8d7d30b6f63c3d9 (patch) | |
| tree | 81588b42dc189f0617f2c739bbbe2c0dbbacaac3 | |
| parent | 0ecc10a7771bf1f62d15b2e6c747bee9f7a557ff (diff) | |
| download | emacs-d1ab86f2a4936d161ed715e1f8d7d30b6f63c3d9.tar.gz emacs-d1ab86f2a4936d161ed715e1f8d7d30b6f63c3d9.zip | |
* etc/NEWS: Improve wording of next-error entries.
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 9 insertions, 5 deletions
| @@ -359,11 +359,15 @@ are evaluated lazily. | |||
| 359 | 359 | ||
| 360 | +++ | 360 | +++ |
| 361 | *** New customizable variable 'next-error-find-buffer-function'. | 361 | *** New customizable variable 'next-error-find-buffer-function'. |
| 362 | This variable defines the logic of finding a next-error capable | 362 | The value should be a function that determines how to find the |
| 363 | buffer. It has an option to use a single such buffer on selected | 363 | next buffer to be used by 'next-error' and 'previous-error'. The |
| 364 | frame, or by default use the last buffer that navigated to the current | 364 | default is to use the last buffer that navigated to the current |
| 365 | buffer. You can use 'next-error-select-buffer' to set any other | 365 | error. |
| 366 | next-error capable buffer as the last used. | 366 | |
| 367 | +++ | ||
| 368 | *** New command 'next-error-select-buffer'. | ||
| 369 | It can be used to set any buffer as the next one to be used by | ||
| 370 | 'next-error' and 'previous-error'. | ||
| 367 | 371 | ||
| 368 | ** nxml-mode | 372 | ** nxml-mode |
| 369 | 373 | ||