Mercurial > emacs
diff etc/NEWS @ 56926:f8e248e9a717
Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 04 Sep 2004 13:06:38 +0000 |
parents | 0827d2cd1a66 |
children | 55fd4f77387a |
line wrap: on
line diff
--- a/etc/NEWS Sat Sep 04 12:57:38 2004 +0000 +++ b/etc/NEWS Sat Sep 04 13:06:38 2004 +0000 @@ -247,11 +247,12 @@ Hits are fontified in green, and hits in binary files in orange. Grep buffers can be saved and automatically revisited with the new Grep mode. -** A new minor mode `next-error-follow-mode' can be used in -compilation-mode, grep-mode, occur-mode, and diff-mode (i.e. all the modes -that can use `next-error') to associate cursor movements in -compilation, grep, occur or diff buffers with cursor movements in the -target buffers. This minor mode can be toggled with C-c C-f. +** A new minor mode `next-error-follow-minor-mode' can be used in +compilation-mode, grep-mode, occur-mode, and diff-mode (i.e. all the +modes that can use `next-error'). In this mode, cursor motion in the +buffer causes automatic display in another window of the corresponding +matches, compilation errors, etc. This minor mode can be toggled with +C-c C-f. ** M-x diff uses diff-mode instead of compilation-mode.