diff options
| author | Eli Zaretskii | 2018-04-20 10:50:10 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-04-20 10:50:10 +0300 |
| commit | 8509fc2293cf90a3490f0fdb0bbdbd456d05db55 (patch) | |
| tree | f44630215bcd71f6f8993246e484e718cee7343a | |
| parent | 811e4d48597800610d89c271263f97267801933c (diff) | |
| download | emacs-8509fc2293cf90a3490f0fdb0bbdbd456d05db55.tar.gz emacs-8509fc2293cf90a3490f0fdb0bbdbd456d05db55.zip | |
; * etc/NEWS: Minor reformatting of a recent entry.
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -347,12 +347,12 @@ are evaluated lazily. | |||
| 347 | 347 | ||
| 348 | ** next-error | 348 | ** next-error |
| 349 | 349 | ||
| 350 | *** New customizable variable next-error-find-buffer-function | 350 | *** New customizable variable 'next-error-find-buffer-function'. |
| 351 | defines the logic of finding a next-error capable buffer. | 351 | This variable defines the logic of finding a next-error capable |
| 352 | It has an option to use a single such buffer on selected frame, or | 352 | buffer. It has an option to use a single such buffer on selected |
| 353 | by default use the last buffer that navigated to the current buffer. | 353 | frame, or by default use the last buffer that navigated to the current |
| 354 | You can use next-error-select-buffer to set any other next-error | 354 | buffer. You can use 'next-error-select-buffer' to set any other |
| 355 | capable buffer as the last used. | 355 | next-error capable buffer as the last used. |
| 356 | 356 | ||
| 357 | ** nxml-mode | 357 | ** nxml-mode |
| 358 | 358 | ||