From: Luc Teirlinck Date: Thu, 26 Aug 2004 01:47:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f14953b059e16fd785c78814c23f4b2a5ea0652;p=emacs.git *** empty log message *** --- 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 rule applies to file buffers. For non-file buffers, the behavior may be mode dependent. +If you are sure that the file will only change by growing at the end, +then you can tail the file more efficiently by using the new minor +mode Auto Revert Tail mode. The function `auto-revert-tail-mode' +toggles this mode. + ** Auto Revert mode is now more careful to avoid excessive reverts and other potential problems when deciding which non-file buffers to revert. This matters especially if Global Auto Revert mode is enabled