From d7e133f709f5b32d9ae31ebd06524bdb7398b349 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 25 Aug 1994 00:05:36 +0000 Subject: [PATCH] (find-file-noselect): Improve "file changed" message. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 5e3aa699b11..fda91c047cd 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -684,7 +684,7 @@ The buffer is not selected, just returned to the caller." (format (if (buffer-modified-p buf) "File %s changed on disk. Discard your edits? " - "File %s changed on disk. Read the new version? ") + "File %s changed on disk. Reread from disk? ") (file-name-nondirectory filename))) (save-excursion (set-buffer buf) -- 2.39.5