aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/autorevert.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index 918c0c7f19d..872a896689c 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -800,7 +800,7 @@ This is an internal function used by Auto-Revert Mode."
800 (when revert 800 (when revert
801 (when (and auto-revert-verbose 801 (when (and auto-revert-verbose
802 (not (eq revert 'fast))) 802 (not (eq revert 'fast)))
803 (message "Reverting buffer `%s'." (buffer-name))) 803 (message "Reverting buffer `%s'" (buffer-name)))
804 ;; If point (or a window point) is at the end of the buffer, we 804 ;; If point (or a window point) is at the end of the buffer, we
805 ;; want to keep it at the end after reverting. This allows one 805 ;; want to keep it at the end after reverting. This allows one
806 ;; to tail a file. 806 ;; to tail a file.