浏览代码

Merge branch 'maint'

Kyle Meyer 5 年之前
父节点
当前提交
cd61eedddb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-capture.el

+ 1 - 1
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)