mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Don't end autorevert message with a period
* lisp/autorevert.el (auto-revert-handler): Don't end message with a period.
This commit is contained in:
parent
6dc61aa69a
commit
79560aaa51
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue