summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-05-07 22:47:20 -0400
committerKyle Meyer <kyle@kyleam.com>2020-05-07 22:47:20 -0400
commitff56f580da1e70e7cea6195dcf84b23a7e602313 (patch)
tree7a071e815ac067ac522beceede9c40ed412c75d0
parent09086b7e75a4ccb27f141d2cd495c253f1b6b025 (diff)
downloadorg-mode-ff56f580da1e70e7cea6195dcf84b23a7e602313.tar.gz
capture: Correct docstring typo
* lisp/org-capture.el (org-capture--position-cursor): Correct docstring typo.
-rw-r--r--lisp/org-capture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index b9abf27..3992212 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)