capture: Correct docstring typo

* lisp/org-capture.el (org-capture--position-cursor): Correct
docstring typo.
This commit is contained in:
Kyle Meyer 2020-05-07 22:47:20 -04:00
parent 09086b7e75
commit ff56f580da
1 changed files with 1 additions and 1 deletions

View File

@ -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)