aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-04-23 19:40:44 +0300
committerEli Zaretskii2018-04-23 19:40:44 +0300
commitd1ab86f2a4936d161ed715e1f8d7d30b6f63c3d9 (patch)
tree81588b42dc189f0617f2c739bbbe2c0dbbacaac3
parent0ecc10a7771bf1f62d15b2e6c747bee9f7a557ff (diff)
downloademacs-d1ab86f2a4936d161ed715e1f8d7d30b6f63c3d9.tar.gz
emacs-d1ab86f2a4936d161ed715e1f8d7d30b6f63c3d9.zip
* etc/NEWS: Improve wording of next-error entries.
-rw-r--r--etc/NEWS14
1 files changed, 9 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bde9b89c468..706abf529b4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
362This variable defines the logic of finding a next-error capable 362The value should be a function that determines how to find the
363buffer. It has an option to use a single such buffer on selected 363next buffer to be used by 'next-error' and 'previous-error'. The
364frame, or by default use the last buffer that navigated to the current 364default is to use the last buffer that navigated to the current
365buffer. You can use 'next-error-select-buffer' to set any other 365error.
366next-error capable buffer as the last used. 366
367+++
368*** New command 'next-error-select-buffer'.
369It 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