aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2018-04-21 22:52:47 +0300
committerJuri Linkov2018-04-21 22:52:47 +0300
commit47d8e79960fe3ba98e360b201a6893812212880d (patch)
tree698f8bfa9e8e5ef4c72269ae3c83280e87ed345f /etc
parent94e794c8d8b93a1d6813742da12135f2746ef80b (diff)
downloademacs-47d8e79960fe3ba98e360b201a6893812212880d.tar.gz
emacs-47d8e79960fe3ba98e360b201a6893812212880d.zip
Update documentation for more next-error features
* doc/emacs/maintaining.texi (Change Log Commands): Mention change-log-goto-source. * doc/emacs/building.texi (Compilation Mode): Document next-error-find-buffer-function and next-error-select-buffer. * doc/emacs/building.texi (Grep Searching): * doc/emacs/files.texi (Diff Mode): * doc/emacs/search.texi (Other Repeating Search): * doc/emacs/windows.texi (Displaying Buffers): Prefer ā€˜M-g M-n’ over ā€˜C-x `’. * lisp/simple.el (next-error-find-buffer-function, next-error) (next-error-select-buffer): Elaborate docstrings. (Bug#20493)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 366eccae80b..ffe2f508a89 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -292,6 +292,7 @@ can now be searched via 'C-s'.
292 292
293** Search and Replace 293** Search and Replace
294 294
295+++
295*** 'search-exit-option' provides new options 'move' and 'shift-move' 296*** 'search-exit-option' provides new options 'move' and 'shift-move'
296to extend the search string by yanking text that ends at the new 297to extend the search string by yanking text that ends at the new
297position after moving point in the current buffer. 'shift-move' 298position after moving point in the current buffer. 'shift-move'
@@ -317,6 +318,7 @@ by default.
317 318
318** grep 319** grep
319 320
321+++
320*** rgrep, lgrep and zrgrep now hide part of the command line 322*** rgrep, lgrep and zrgrep now hide part of the command line
321that contains a list of ignored directories and files. 323that contains a list of ignored directories and files.
322Clicking on the button with ellipsis unhides it. 324Clicking on the button with ellipsis unhides it.
@@ -347,6 +349,7 @@ are evaluated lazily.
347 349
348** next-error 350** next-error
349 351
352+++
350*** New customizable variable 'next-error-find-buffer-function'. 353*** New customizable variable 'next-error-find-buffer-function'.
351This variable defines the logic of finding a next-error capable 354This variable defines the logic of finding a next-error capable
352buffer. It has an option to use a single such buffer on selected 355buffer. It has an option to use a single such buffer on selected