aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2018-04-20 00:11:55 +0300
committerJuri Linkov2018-04-20 00:11:55 +0300
commit721508eafce67e86046db6032402b1139d5fb18f (patch)
tree5392a718b8902fdc13247a07188d39cc0742b39e
parent5a45a6bfe06afbe0e76544acec02b694611c777f (diff)
downloademacs-721508eafce67e86046db6032402b1139d5fb18f.tar.gz
emacs-721508eafce67e86046db6032402b1139d5fb18f.zip
Mention next-error-select-buffer in etc/NEWS
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d4024016199..26dfe1555df 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -351,7 +351,8 @@ are evaluated lazily.
351defines the logic of finding a next-error capable buffer. 351defines the logic of finding a next-error capable buffer.
352It has an option to use a single such buffer on selected frame, or 352It has an option to use a single such buffer on selected frame, or
353by default use the last buffer that navigated to the current buffer. 353by default use the last buffer that navigated to the current buffer.
354 354You can use next-error-select-buffer to set any other next-error
355capable buffer as the last used.
355 356
356** nxml-mode 357** nxml-mode
357 358