From ff56f580da1e70e7cea6195dcf84b23a7e602313 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 7 May 2020 22:47:20 -0400 Subject: [PATCH] capture: Correct docstring typo * lisp/org-capture.el (org-capture--position-cursor): Correct docstring typo. --- lisp/org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index b9abf277a..3992212d5 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -1431,7 +1431,7 @@ Of course, if exact position has been required, just put it there." (defun org-capture--position-cursor (beg end) "Move point to first \"%?\" location or at start of template. -BEG and END are buffer positions at the begging and end position +BEG and END are buffer positions at the beginning and end position of the template." (goto-char beg) (when (search-forward "%?" end t)