소스 검색

Backport commit 9230953f2 from Emacs

; Fix typos.
9230953f23c432699347bb3eeadebd82e4cbbfaa
Stefan Kangas
Sat Jul 2 10:20:23 2022 +0200
Stefan Kangas 3 년 전
부모
커밋
675ec6771f
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      lisp/ob-comint.el
  2. 1 1
      lisp/ol-doi.el
  3. 1 1
      lisp/org-feed.el

+ 1 - 1
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
 (defvar-local org-babel-comint-async-chunk-callback nil
   "Callback function to clean Babel async output results before insertion.
   "Callback function to clean Babel async output results before insertion.
 Its single argument is a string consisting of output from the
 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'.")
 to `org-babel-insert-result'.")
 
 
 (defvar-local org-babel-comint-async-dangling nil
 (defvar-local org-babel-comint-async-dangling nil

+ 1 - 1
lisp/ol-doi.el

@@ -44,7 +44,7 @@ PATH is a the path to search for, as a string."
   "Export a \"doi\" type link.
   "Export a \"doi\" type link.
 PATH is the DOI name.  DESC is the description of the link, or
 PATH is the DOI name.  DESC is the description of the link, or
 nil.  BACKEND is a symbol representing the backend used for
 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)))
   (let ((uri (concat org-link-doi-server-url path)))
     (pcase backend
     (pcase backend
       (`html
       (`html

+ 1 - 1
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
 	  ;; Write the new status
 	  ;; We do this only now, in case something goes wrong above, so
 	  ;; 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
 	  ;; which items truly have been handled
 	  (org-feed-write-status inbox-pos drawer status)
 	  (org-feed-write-status inbox-pos drawer status)