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

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

[elpa] externals/org 675ec6771f 23/50: Backport commit 9230953f2 from Em


From: ELPA Syncer
Subject: [elpa] externals/org 675ec6771f 23/50: Backport commit 9230953f2 from Emacs
Date: Tue, 4 Oct 2022 21:58:00 -0400 (EDT)

branch: externals/org
commit 675ec6771fb21e40a054d39102edc20a646abf22
Author: Stefan Kangas <stefan@marxist.se>
Commit: Kyle Meyer <kyle@kyleam.com>

    Backport commit 9230953f2 from Emacs
    
    ; Fix typos.
    9230953f23c432699347bb3eeadebd82e4cbbfaa
    Stefan Kangas
    Sat Jul 2 10:20:23 2022 +0200
---
 lisp/ob-comint.el | 2 +-
 lisp/ol-doi.el    | 2 +-
 lisp/org-feed.el  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/ob-comint.el b/lisp/ob-comint.el
index 427aba3415..c99d6a8ba7 100644
--- a/lisp/ob-comint.el
+++ b/lisp/ob-comint.el
@@ -166,7 +166,7 @@ source block, and the name of the temp file.")
 (defvar-local org-babel-comint-async-chunk-callback nil
   "Callback function to clean Babel async output results before insertion.
 Its single argument is a string consisting of output from the
-comint process.  It should return a string that will be be passed
+comint process.  It should return a string that will be passed
 to `org-babel-insert-result'.")
 
 (defvar-local org-babel-comint-async-dangling nil
diff --git a/lisp/ol-doi.el b/lisp/ol-doi.el
index 94585e4c3e..56239f65d4 100644
--- a/lisp/ol-doi.el
+++ b/lisp/ol-doi.el
@@ -44,7 +44,7 @@ PATH is a the path to search for, as a string."
   "Export a \"doi\" type link.
 PATH is the DOI name.  DESC is the description of the link, or
 nil.  BACKEND is a symbol representing the backend used for
-export.  INFO is a a plist containing the export parameters."
+export.  INFO is a plist containing the export parameters."
   (let ((uri (concat org-link-doi-server-url path)))
     (pcase backend
       (`html
diff --git a/lisp/org-feed.el b/lisp/org-feed.el
index a5fea08882..c7b4bde0d2 100644
--- a/lisp/org-feed.el
+++ b/lisp/org-feed.el
@@ -406,7 +406,7 @@ it can be a list structured like an entry in 
`org-feed-alist'."
 
          ;; Write the new status
          ;; We do this only now, in case something goes wrong above, so
-         ;; that would would end up with a status that does not reflect
+          ;; that would end up with a status that does not reflect
          ;; which items truly have been handled
          (org-feed-write-status inbox-pos drawer status)
 



reply via email to

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