diff options
| author | Juri Linkov | 2018-04-21 22:52:47 +0300 |
|---|---|---|
| committer | Juri Linkov | 2018-04-21 22:52:47 +0300 |
| commit | 47d8e79960fe3ba98e360b201a6893812212880d (patch) | |
| tree | 698f8bfa9e8e5ef4c72269ae3c83280e87ed345f /etc | |
| parent | 94e794c8d8b93a1d6813742da12135f2746ef80b (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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' |
| 296 | to extend the search string by yanking text that ends at the new | 297 | to extend the search string by yanking text that ends at the new |
| 297 | position after moving point in the current buffer. 'shift-move' | 298 | position 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 |
| 321 | that contains a list of ignored directories and files. | 323 | that contains a list of ignored directories and files. |
| 322 | Clicking on the button with ellipsis unhides it. | 324 | Clicking 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'. |
| 351 | This variable defines the logic of finding a next-error capable | 354 | This variable defines the logic of finding a next-error capable |
| 352 | buffer. It has an option to use a single such buffer on selected | 355 | buffer. It has an option to use a single such buffer on selected |