emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org f771d20 2/5: Backport commit a0854f939 from Emacs


From: ELPA Syncer
Subject: [elpa] externals/org f771d20 2/5: Backport commit a0854f939 from Emacs
Date: Sun, 14 Mar 2021 22:57:12 -0400 (EDT)

branch: externals/org
commit f771d205cc41c0f53586f3ff9801c202361869b8
Author: Mattias EngdegÄrd <mattiase@acm.org>
Commit: Kyle Meyer <kyle@kyleam.com>

    Backport commit a0854f939 from Emacs
    
    ; Fix typos in doc strings
    a0854f939ce3a1de2c8cbc5e38b106a8df4480f6
    Mattias EngdegÄrd
    Fri Mar 12 12:12:14 2021 +0100
---
 lisp/ol.el        | 2 +-
 lisp/org-tempo.el | 2 +-
 lisp/org.el       | 2 +-
 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]*$")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]