aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorStefan Kangas2022-12-26 10:43:57 +0100
committerStefan Kangas2022-12-31 12:43:32 +0100
commit9292f595a71870eec1ffdfd187b859cc990c2f0b (patch)
tree1068180db18bc10359ed9e18dd7616ce6072923e /lisp/org
parent43c7e05a2acadf1ba3ff24fba1706317e347a2ac (diff)
downloademacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.tar.gz
emacs-9292f595a71870eec1ffdfd187b859cc990c2f0b.zip
; Fix typos
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/org-capture.el2
-rw-r--r--lisp/org/org-element.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el
index b26afeb036a..4e65706315c 100644
--- a/lisp/org/org-capture.el
+++ b/lisp/org/org-capture.el
@@ -1700,7 +1700,7 @@ Expansion occurs in a temporary Org mode buffer."
1700 (condition-case error 1700 (condition-case error
1701 (insert-file-contents filename) 1701 (insert-file-contents filename)
1702 (error 1702 (error
1703 (insert (format "%%![couldn not insert %s: %s]" 1703 (insert (format "%%![could not insert %s: %s]"
1704 filename 1704 filename
1705 error)))))))) 1705 error))))))))
1706 ;; Mark %() embedded elisp for later evaluation. 1706 ;; Mark %() embedded elisp for later evaluation.
diff --git a/lisp/org/org-element.el b/lisp/org/org-element.el
index ace1cc1a984..aa618a088ae 100644
--- a/lisp/org/org-element.el
+++ b/lisp/org/org-element.el
@@ -5299,7 +5299,7 @@ indentation removed from its contents."
5299;; mechanism is robust enough to preserve total order among elements 5299;; mechanism is robust enough to preserve total order among elements
5300;; even when the tree is only partially synchronized. 5300;; even when the tree is only partially synchronized.
5301;; 5301;;
5302;; The cache code debuggin is fairly complex because cache request 5302;; The cache code debugging is fairly complex because cache request
5303;; state is often hard to reproduce. An extensive diagnostics 5303;; state is often hard to reproduce. An extensive diagnostics
5304;; functionality is built into the cache code to assist hunting bugs. 5304;; functionality is built into the cache code to assist hunting bugs.
5305;; See `org-element--cache-self-verify', `org-element--cache-self-verify-frequency', 5305;; See `org-element--cache-self-verify', `org-element--cache-self-verify-frequency',