summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2021-03-12 12:11:17 +0100
committerKyle Meyer <kyle@kyleam.com>2021-03-14 17:57:07 -0400
commitf771d205cc41c0f53586f3ff9801c202361869b8 (patch)
tree34141e076f79120afa39d82988ce868ebeb6499c
parenta85b4cc5c64b1eb6b97f5d7843dd54eb0632ef91 (diff)
downloadorg-mode-f771d205cc41c0f53586f3ff9801c202361869b8.tar.gz
Backport commit a0854f939 from Emacs
; Fix typos in doc strings a0854f939ce3a1de2c8cbc5e38b106a8df4480f6 Mattias EngdegÄrd Fri Mar 12 12:12:14 2021 +0100
-rw-r--r--lisp/ol.el2
-rw-r--r--lisp/org-tempo.el2
-rw-r--r--lisp/org.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ol.el b/lisp/ol.el
index 9ed6ab9..38e2dd6 100644
--- a/lisp/ol.el
+++ b/lisp/ol.el
@@ -591,7 +591,7 @@ handle this as a special case.
When the function does handle the link, it must return a non-nil value.
If it decides that it is not responsible for this link, it must return
-nil to indicate that that Org can continue with other options like
+nil to indicate that Org can continue with other options like
exact and fuzzy text search.")
diff --git a/lisp/org-tempo.el b/lisp/org-tempo.el
index 36b8614..c121b8e 100644
--- a/lisp/org-tempo.el
+++ b/lisp/org-tempo.el
@@ -65,7 +65,7 @@ just like `org-structure-template-alist'. The tempo snippet
\"<KEY\" will be expanded using the KEYWORD value. For example
\"<L\" at the beginning of a line is expanded to \"#+latex:\".
-Do not use \"I\" as a KEY, as it it reserved for expanding
+Do not use \"I\" as a KEY, as it is reserved for expanding
\"#+include\"."
:group 'org-tempo
:type '(repeat (cons (string :tag "Key")
diff --git a/lisp/org.el b/lisp/org.el
index 41898dc..cebe173 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -20318,7 +20318,7 @@ unless optional argument NO-INHERITANCE is non-nil."
(defun org-point-at-end-of-empty-headline ()
"If point is at the end of an empty headline, return t, else nil.
-If the heading only contains a TODO keyword, it is still still considered
+If the heading only contains a TODO keyword, it is still considered
empty."
(let ((case-fold-search nil))
(and (looking-at "[ \t]*$")