diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 787b3bd6d39..f4b18c4caf0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,9 @@ * autorevert.el (auto-revert-handler): Handle auto-revert-mode. Call vc-find-file-hook here instead of in auto-revert-buffers. (auto-revert-buffers): Delete call to vc-find-file-hook. + (auto-revert-verbose, global-auto-revert-non-file-buffers) + (global-auto-revert-mode, auto-revert-set-timer) + (auto-revert-handler, auto-revert-buffers): Doc fixes. 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk> |