1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

(find-file-noselect): Improve "file changed" message.

This commit is contained in:
Richard M. Stallman 1994-08-25 00:05:36 +00:00
parent 019f2b8f14
commit d7e133f709

View File

@ -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)