aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 164da924255..0902888625c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -247,11 +247,12 @@ The new file etc/compilation.txt gives examples of each type of message.
247Hits are fontified in green, and hits in binary files in orange. Grep buffers 247Hits are fontified in green, and hits in binary files in orange. Grep buffers
248can be saved and automatically revisited with the new Grep mode. 248can be saved and automatically revisited with the new Grep mode.
249 249
250** A new minor mode `next-error-follow-mode' can be used in 250** A new minor mode `next-error-follow-minor-mode' can be used in
251compilation-mode, grep-mode, occur-mode, and diff-mode (i.e. all the modes 251compilation-mode, grep-mode, occur-mode, and diff-mode (i.e. all the
252that can use `next-error') to associate cursor movements in 252modes that can use `next-error'). In this mode, cursor motion in the
253compilation, grep, occur or diff buffers with cursor movements in the 253buffer causes automatic display in another window of the corresponding
254target buffers. This minor mode can be toggled with C-c C-f. 254matches, compilation errors, etc. This minor mode can be toggled with
255C-c C-f.
255 256
256** M-x diff uses diff-mode instead of compilation-mode. 257** M-x diff uses diff-mode instead of compilation-mode.
257 258