Merge branch 'maint'

This commit is contained in:
Kyle Meyer 2020-05-07 22:47:35 -04:00
commit cd61eedddb
1 changed files with 1 additions and 1 deletions

View File

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