FIX typos

This commit is contained in:
Nathan Dwarshuis 2021-04-18 14:17:25 -04:00
parent 3be64ee7ec
commit 8175d09a1d
1 changed files with 2 additions and 2 deletions

View File

@ -54,12 +54,12 @@
"Headline todo keyword for completed task or project.")
(defconst org-x-kw-canc "CANC"
"Headline todo keyword for cancelled task or project.")
"Headline todo keyword for canceled task or project.")
;;; TAGS
(defun org-x-prepend-char (char string)
"Return STRING with CHAR prepended."
"Return STRING with CHAR appended to the front."
(concat (char-to-string char) string))
(defconst org-x-tag-location-prefix ?@