]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't end autorevert message with a period
authorStefan Kangas <stefankangas@gmail.com>
Sun, 21 Aug 2022 15:28:14 +0000 (17:28 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 21 Aug 2022 15:28:14 +0000 (17:28 +0200)
* lisp/autorevert.el (auto-revert-handler): Don't end message with
a period.

lisp/autorevert.el

index 918c0c7f19d4fe158413bc39f638af8807b9314e..872a896689c94dc0e32a04bf918f025cb586eaec 100644 (file)
@@ -800,7 +800,7 @@ This is an internal function used by Auto-Revert Mode."
     (when revert
       (when (and auto-revert-verbose
                  (not (eq revert 'fast)))
-        (message "Reverting buffer `%s'." (buffer-name)))
+        (message "Reverting buffer `%s'" (buffer-name)))
       ;; If point (or a window point) is at the end of the buffer, we
       ;; want to keep it at the end after reverting.  This allows one
       ;; to tail a file.