]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Improve wording of next-error entries.
authorEli Zaretskii <eliz@gnu.org>
Mon, 23 Apr 2018 16:40:44 +0000 (19:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 23 Apr 2018 16:40:44 +0000 (19:40 +0300)
etc/NEWS

index bde9b89c468f874fc9a9c7cc560abaaeaaa040fd..706abf529b4213a35efe56b2b93a2c4c294f2fd3 100644 (file)
--- 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