summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-05-07 22:47:35 -0400
committerKyle Meyer <kyle@kyleam.com>2020-05-07 22:47:35 -0400
commitcd61eedddbc58522d4770e92524f90bcfb59dd4c (patch)
tree6c190d9fb98abf8feb180f9cecae94117b93bb3e
parenta3d23b3a97395700b61dde00b489861024896677 (diff)
parentff56f580da1e70e7cea6195dcf84b23a7e602313 (diff)
downloadorg-mode-cd61eedddbc58522d4770e92524f90bcfb59dd4c.tar.gz
Merge branch 'maint'
-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 90ee054..9136d33 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -1446,7 +1446,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)