summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoorul Islam <noorul@noorul.com>2010-07-31 18:16:38 +0000
committerBastien Guerry <bzg@altern.org>2010-07-31 18:41:52 +0200
commit0ac2a69836b78e0dda07f55dddfc338aadebfd24 (patch)
tree45dd1cb3706c218646ed4bc54aa1c7a0cd5f3162
parentcb769af073249f9df00c5d0e50855132b91df830 (diff)
downloadorg-mode-0ac2a69836b78e0dda07f55dddfc338aadebfd24.tar.gz
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.
-rw-r--r--lisp/org-capture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 0ecea6a..111f7f7 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -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"))))))