diff options
| author | Luc Teirlinck | 2004-08-26 01:47:55 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-08-26 01:47:55 +0000 |
| commit | 9f14953b059e16fd785c78814c23f4b2a5ea0652 (patch) | |
| tree | 77410862a082568daaee53a18d316a63d1e9aff2 /etc | |
| parent | 003274a0575fb52458b1915ef602c7308cdf2196 (diff) | |
| download | emacs-9f14953b059e16fd785c78814c23f4b2a5ea0652.tar.gz emacs-9f14953b059e16fd785c78814c23f4b2a5ea0652.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -194,6 +194,11 @@ just put point at the end of the buffer and it stays there. This | |||
| 194 | rule applies to file buffers. For non-file buffers, the behavior may | 194 | rule applies to file buffers. For non-file buffers, the behavior may |
| 195 | be mode dependent. | 195 | be mode dependent. |
| 196 | 196 | ||
| 197 | If you are sure that the file will only change by growing at the end, | ||
| 198 | then you can tail the file more efficiently by using the new minor | ||
| 199 | mode Auto Revert Tail mode. The function `auto-revert-tail-mode' | ||
| 200 | toggles 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 |
| 198 | other potential problems when deciding which non-file buffers to | 203 | other potential problems when deciding which non-file buffers to |
| 199 | revert. This matters especially if Global Auto Revert mode is enabled | 204 | revert. This matters especially if Global Auto Revert mode is enabled |