[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master d1ab86f: * etc/NEWS: Improve wording of next-error
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] master d1ab86f: * etc/NEWS: Improve wording of next-error entries. |
Date: |
Mon, 23 Apr 2018 12:41:25 -0400 (EDT) |
branch: master
commit d1ab86f2a4936d161ed715e1f8d7d30b6f63c3d9
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
* etc/NEWS: Improve wording of next-error entries.
---
etc/NEWS | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/etc/NEWS b/etc/NEWS
index bde9b89..706abf5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -359,11 +359,15 @@ are evaluated lazily.
+++
*** New customizable variable 'next-error-find-buffer-function'.
-This variable defines the logic of finding a next-error capable
-buffer. It has an option to use a single such buffer on selected
-frame, or by default use the last buffer that navigated to the current
-buffer. You can use 'next-error-select-buffer' to set any other
-next-error capable buffer as the last used.
+The value should be a function that determines how to find the
+next buffer to be used by 'next-error' and 'previous-error'. The
+default is to use the last buffer that navigated to the current
+error.
+
++++
+*** New command 'next-error-select-buffer'.
+It can be used to set any buffer as the next one to be used by
+'next-error' and 'previous-error'.
** nxml-mode
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master d1ab86f: * etc/NEWS: Improve wording of next-error entries.,
Eli Zaretskii <=