branch: externals-release/org
commit fa7d7ec3bdf2fc317237e0a8edbbd5b1cdd01c81
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Kyle Meyer <k...@kyleam.com>

    Backport commit fb11294d4 from Emacs
    
    ; Fix typos
    fb11294d4156a4be45080ff286a8ee0d5a3ede9b
    Stefan Kangas
    Sun Jun 23 16:40:06 2024 +0200
---
 etc/ORG-NEWS       | 2 +-
 lisp/ob-core.el    | 2 +-
 lisp/org-indent.el | 2 +-
 lisp/org.el        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index edeb7d3ab6..519d9ca2ee 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -177,7 +177,7 @@ Previously, when exporting to Org, all the citations and
 =print_bibliography= keywords, were transformed according to the
 chosen citation processor.
 
-This is no loner the case.  All the citation-related markup is now
+This is no longer the case.  All the citation-related markup is now
 exported as is.
 
 The previous behavior can be reverted by setting new custom option
diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index db75f1f0ad..8ea1ff6d1a 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -2861,7 +2861,7 @@ file's directory then expand relative links.
 
 If the optional TYPE is passed as `attachment' and the path is a
 descendant of the DEFAULT-DIRECTORY, the generated link will be
-specified as an an \"attachment:\" style link."
+specified as an \"attachment:\" style link."
   (when (stringp result)
     (let* ((result-file-name (expand-file-name result))
            (base-file-name (buffer-file-name (buffer-base-buffer)))
diff --git a/lisp/org-indent.el b/lisp/org-indent.el
index 39dda4332a..cabed6acf7 100644
--- a/lisp/org-indent.el
+++ b/lisp/org-indent.el
@@ -105,7 +105,7 @@ For details see the variable `org-adapt-indentation'."
 
 (defcustom org-indent-post-buffer-init-functions nil
   "Hook run after org-indent finishes initializing a buffer.
-The function(s) in in this hook must accept a single argument representing
+The function(s) in this hook must accept a single argument representing
 the initialized buffer."
   :group 'org-indent
   :package-version '(Org . "9.7")
diff --git a/lisp/org.el b/lisp/org.el
index 2be404e368..1e6c10d801 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15434,7 +15434,7 @@ When SUPPRESS-TMP-DELAY is non-nil, suppress delays like
 (defun org-modify-ts-extra (ts-string pos nincrements increment-step)
   "Change the lead-time/repeat fields at POS in timestamp string TS-STRING.
 POS is the position in the timestamp string to be changed.
-NINCREMENTS is the number of incremenets/decrements.
+NINCREMENTS is the number of increments/decrements.
 
 INCREMENT-STEP is step used for a single increment when POS in on
 minutes.  Before incrementing minutes, they are rounded to

Reply via email to