aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLuc Teirlinck2004-08-26 01:47:55 +0000
committerLuc Teirlinck2004-08-26 01:47:55 +0000
commit9f14953b059e16fd785c78814c23f4b2a5ea0652 (patch)
tree77410862a082568daaee53a18d316a63d1e9aff2 /etc
parent003274a0575fb52458b1915ef602c7308cdf2196 (diff)
downloademacs-9f14953b059e16fd785c78814c23f4b2a5ea0652.tar.gz
emacs-9f14953b059e16fd785c78814c23f4b2a5ea0652.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c10ec4531b2..5995bf3dd97 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -194,6 +194,11 @@ just put point at the end of the buffer and it stays there. This
194rule applies to file buffers. For non-file buffers, the behavior may 194rule applies to file buffers. For non-file buffers, the behavior may
195be mode dependent. 195be mode dependent.
196 196
197If you are sure that the file will only change by growing at the end,
198then you can tail the file more efficiently by using the new minor
199mode Auto Revert Tail mode. The function `auto-revert-tail-mode'
200toggles this mode.
201
197** Auto Revert mode is now more careful to avoid excessive reverts and 202** Auto Revert mode is now more careful to avoid excessive reverts and
198other potential problems when deciding which non-file buffers to 203other potential problems when deciding which non-file buffers to
199revert. This matters especially if Global Auto Revert mode is enabled 204revert. This matters especially if Global Auto Revert mode is enabled