Mercurial > emacs
changeset 8618:59c582e9f4f6
(find-file-noselect): Improve "file changed" message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 25 Aug 1994 00:05:36 +0000 |
parents | 3444e68d8b38 |
children | a131e8501151 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Wed Aug 24 23:42:49 1994 +0000 +++ b/lisp/files.el Thu Aug 25 00:05:36 1994 +0000 @@ -684,7 +684,7 @@ (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)