aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-04-20 10:50:10 +0300
committerEli Zaretskii2018-04-20 10:50:10 +0300
commit8509fc2293cf90a3490f0fdb0bbdbd456d05db55 (patch)
treef44630215bcd71f6f8993246e484e718cee7343a
parent811e4d48597800610d89c271263f97267801933c (diff)
downloademacs-8509fc2293cf90a3490f0fdb0bbdbd456d05db55.tar.gz
emacs-8509fc2293cf90a3490f0fdb0bbdbd456d05db55.zip
; * etc/NEWS: Minor reformatting of a recent entry.
-rw-r--r--etc/NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 26dfe1555df..59586446fdd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
351defines the logic of finding a next-error capable buffer. 351This variable defines the logic of finding a next-error capable
352It has an option to use a single such buffer on selected frame, or 352buffer. It has an option to use a single such buffer on selected
353by default use the last buffer that navigated to the current buffer. 353frame, or by default use the last buffer that navigated to the current
354You can use next-error-select-buffer to set any other next-error 354buffer. You can use 'next-error-select-buffer' to set any other
355capable buffer as the last used. 355next-error capable buffer as the last used.
356 356
357** nxml-mode 357** nxml-mode
358 358