(find-file-noselect): Improve "file changed" message.
This commit is contained in:
parent
019f2b8f14
commit
d7e133f709
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue