* [PATCH] org-capture: Make messages consistent.
@ 2010-07-31 13:16 Noorul Islam
2010-07-31 16:41 ` Patchwork: Patch 185 Accepted Bastien Guerry
0 siblings, 1 reply; 2+ messages in thread
From: Noorul Islam @ 2010-07-31 13:16 UTC (permalink / raw)
To: emacs-org list
[-- Attachment #1.1: Type: text/plain, Size: 139 bytes --]
A very small patch that makes the message displayed consistent.
* lisp/org-capture.el (org-capture-finalize):
Make messages consistent.
[-- Attachment #1.2: Type: text/html, Size: 200 bytes --]
[-- Attachment #2: org-capture-consistent.txt --]
[-- Type: text/plain, Size: 503 bytes --]
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"))))))
[-- Attachment #3: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-31 16:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-31 13:16 [PATCH] org-capture: Make messages consistent Noorul Islam
2010-07-31 16:41 ` Patchwork: Patch 185 Accepted Bastien Guerry
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.