diff options
| -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 | ||