summaryrefslogtreecommitdiff
path: root/lisp/org/org-capture.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-30 16:59:41 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-30 16:59:41 +0100
commit8617edfffd07eb80561b4de6a37c5b0b5f442e07 (patch)
tree4f3b03efc440aab647588b598d9c039131663b48 /lisp/org/org-capture.el
parent646f2cf67e0b1147478f6cc8be2ac525082de714 (diff)
downloademacs-8617edfffd07eb80561b4de6a37c5b0b5f442e07.tar.gz
; Fix typos
Diffstat (limited to 'lisp/org/org-capture.el')
-rw-r--r--lisp/org/org-capture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el
index df401d6a6c9..b26afeb036a 100644
--- a/lisp/org/org-capture.el
+++ b/lisp/org/org-capture.el
@@ -757,7 +757,7 @@ of the day at point (if any) or the current HH:MM time."
(_ "* Invalid capture template"))))
(defun org-capture--run-template-functions (keyword &optional local)
- "Run funcitons associated with KEYWORD on template's plist.
+ "Run functions associated with KEYWORD on template's plist.
For valid values of KEYWORD see `org-capture-templates'.
If LOCAL is non-nil use the buffer-local value of `org-capture-plist'."
;; Used in place of `run-hooks' because these functions have no associated symbol.