From: Stefan Kangas Date: Sun, 21 Aug 2022 15:28:14 +0000 (+0200) Subject: Don't end autorevert message with a period X-Git-Tag: emacs-29.0.90~1893^2~124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79560aaa51adaa0ec60b3faa68bef4e8167a146f;p=emacs.git Don't end autorevert message with a period * lisp/autorevert.el (auto-revert-handler): Don't end message with a period. --- 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." (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.