From b422af282d9935a66a843e178f6606ba7e5715b9 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 11 Aug 2012 19:35:34 +0200 Subject: [PATCH] org-capture.el: Minor code cleanup --- lisp/org-capture.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 68826138c..7d5945a19 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -352,7 +352,7 @@ widened to the entire buffer." (defcustom org-capture-after-finalize-hook nil "Hook that is run right after a capture process is finalized. - Suitable for window cleanup" +Suitable for window cleanup." :group 'org-capture :version "24.1" :type 'hook) @@ -713,8 +713,8 @@ already gone. Any prefix argument will be passed to the refile command." (defun org-capture-kill () "Abort the current capture process." (interactive) - ;; FIXME: This does not do the right thing, we need to remove the new stuff - ;; By hand it is easy: undo, then kill the buffer + ;; FIXME: This does not do the right thing, we need to remove the + ;; new stuff by hand it is easy: undo, then kill the buffer (let ((org-note-abort t) (org-capture-before-finalize-hook nil)) (org-capture-finalize))) -- 2.11.4.GIT