]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-file-noselect): Improve "file changed" message.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Aug 1994 00:05:36 +0000 (00:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Aug 1994 00:05:36 +0000 (00:05 +0000)
lisp/files.el

index 5e3aa699b11635481ed5d6bb151a2db5e70e1b3e..fda91c047cd48d2a56d0885b850f57094780094b 100644 (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)