Carsten Dominik 15 lat temu
rodzic
commit
c303801202
1 zmienionych plików z 2 dodań i 1 usunięć
  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)