From 8175d09a1d8ef13f41c2cac94106eb85c393f2ca Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 18 Apr 2021 14:17:25 -0400 Subject: [PATCH] FIX typos --- local/lib/org-x/org-x.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/lib/org-x/org-x.el b/local/lib/org-x/org-x.el index 3a2cb7b..06f2dc1 100644 --- a/local/lib/org-x/org-x.el +++ b/local/lib/org-x/org-x.el @@ -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 ?@