org-capture: Make messages consistent.

A very small patch that makes the message displayed consistent.

* lisp/org-capture.el (org-capture-finalize):
  Make messages consistent.
This commit is contained in:
Noorul Islam 2010-07-31 18:16:38 +00:00 committed by Bastien Guerry
parent cb769af073
commit 0ac2a69836
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ bypassed."
(when abort-note
(cond
((equal abort-note 'clean)
(message "Capture process aborted and target file cleaned up"))
(message "Capture process aborted and target buffer cleaned up"))
((equal abort-note 'dirty)
(error "Capture process aborted, but target buffer could not be cleaned up correctly"))))))