diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-25 00:05:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-25 00:05:36 +0000 |
commit | d7e133f709f5b32d9ae31ebd06524bdb7398b349 (patch) | |
tree | 3822a43ebf52e7ef1ac2bc9d3d2afe1e660b2397 /lisp/files.el | |
parent | 019f2b8f14827d383ca22ff918388b450ab57828 (diff) | |
download | emacs-d7e133f709f5b32d9ae31ebd06524bdb7398b349.tar.gz |
(find-file-noselect): Improve "file changed" message.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |