Преглед изворни кода

org-capture.el: Minor code cleanup

Bastien Guerry пре 12 година
родитељ
комит
b422af282d
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      lisp/org-capture.el

+ 3 - 3
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)))