From de77dfbd8ca5800bb83bb6adaac4f5807de746f6 Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Mon, 19 Sep 2011 21:56:09 -0700 Subject: [PATCH] * mh-show.el (mh-unvisit-file): Clarify language in yes-or-no-p and error messages. --- lisp/mh-e/ChangeLog | 5 +++++ lisp/mh-e/mh-show.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 731aaf25f3..adaa8e1a6c 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,8 @@ +2011-07-30 Bill Wohler + + * mh-show.el (mh-unvisit-file): Clarify language in yes-or-no-p + and error messages. + 2011-07-17 Bill Wohler Release MH-E version 8.2.93. diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el index 7b5593ba60..d14ab20fc7 100644 --- a/lisp/mh-e/mh-show.el +++ b/lisp/mh-e/mh-show.el @@ -319,9 +319,9 @@ ignored if VISIBLE-HEADERS is non-nil." "Separate current buffer from the message file it was visiting." (or (not (buffer-modified-p)) (null buffer-file-name) ;we've been here before - (yes-or-no-p (format "Message %s modified; flush changes? " + (yes-or-no-p (format "Message %s modified; discard changes? " (file-name-nondirectory buffer-file-name))) - (error "Flushing changes not confirmed")) + (error "Changes preserved")) (clear-visited-file-modtime) (unlock-buffer) (setq buffer-file-name nil)) -- 2.20.1