Carsten Dominik 15 years ago
parent
commit
c303801202
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/org-capture.el

+ 2 - 1
lisp/org-capture.el

@@ -762,7 +762,8 @@ already gone."
     (org-capture-narrow beg (1- end))
     (if (re-search-forward "%\\?" end t) (replace-match ""))))
 
-(defun org-capture-mark-kill-region (bed end)
+(defun org-capture-mark-kill-region (beg end)
+  "Mark the region that will have to be killed when aborting capture."
   (let ((m1 (move-marker (make-marker) beg))
 	(m2 (move-marker (make-marker) end)))
     (org-capture-put :begin-marker m1)