Pārlūkot izejas kodu

capture: Correct docstring typo

* lisp/org-capture.el (org-capture--position-cursor): Correct
docstring typo.
Kyle Meyer 5 gadi atpakaļ
vecāks
revīzija
ff56f580da
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      lisp/org-capture.el

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