aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorPaul Eggert2018-03-04 17:09:52 -0800
committerPaul Eggert2018-03-04 17:10:34 -0800
commitf2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2 (patch)
treed9b09901d78f54c54e910b61a5cbe6cdd0c70177 /lisp/org
parentf0e5f220b69880f1f5c29b2e5515b2aa8a950f14 (diff)
downloademacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.tar.gz
emacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.zip
; Spelling fixes
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/org-element.el2
-rw-r--r--lisp/org/org.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/org-element.el b/lisp/org/org-element.el
index 7a40d6933ca..9e5c4007bd7 100644
--- a/lisp/org/org-element.el
+++ b/lisp/org/org-element.el
@@ -4721,7 +4721,7 @@ indentation removed from its contents."
4721;; Cache is enabled by default, but can be disabled globally with 4721;; Cache is enabled by default, but can be disabled globally with
4722;; `org-element-use-cache'. `org-element-cache-sync-idle-time', 4722;; `org-element-use-cache'. `org-element-cache-sync-idle-time',
4723;; org-element-cache-sync-duration' and `org-element-cache-sync-break' 4723;; org-element-cache-sync-duration' and `org-element-cache-sync-break'
4724;; can be tweaked to control caching behaviour. 4724;; can be tweaked to control caching behavior.
4725;; 4725;;
4726;; Internally, parsed elements are stored in an AVL tree, 4726;; Internally, parsed elements are stored in an AVL tree,
4727;; `org-element--cache'. This tree is updated lazily: whenever 4727;; `org-element--cache'. This tree is updated lazily: whenever
diff --git a/lisp/org/org.el b/lisp/org/org.el
index 4e4620549c5..a53553bfd8b 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -10641,7 +10641,7 @@ a timestamp or a link."
10641 (save-excursion 10641 (save-excursion
10642 ;; Do not validate action when point is on the 10642 ;; Do not validate action when point is on the
10643 ;; spaces right after the footnote label, in 10643 ;; spaces right after the footnote label, in
10644 ;; order to be on par with behaviour on links. 10644 ;; order to be on par with behavior on links.
10645 (skip-chars-forward " \t") 10645 (skip-chars-forward " \t")
10646 (let ((begin 10646 (let ((begin
10647 (org-element-property :contents-begin context))) 10647 (org-element-property :contents-begin context)))
@@ -10794,7 +10794,7 @@ there is one, return it."
10794 (cons link end))))) 10794 (cons link end)))))
10795 10795
10796;; TODO: These functions are deprecated since `org-open-at-point' 10796;; TODO: These functions are deprecated since `org-open-at-point'
10797;; hard-codes behaviour for "file+emacs" and "file+sys" types. 10797;; hard-codes behavior for "file+emacs" and "file+sys" types.
10798(defun org-open-file-with-system (path) 10798(defun org-open-file-with-system (path)
10799 "Open file at PATH using the system way of opening it." 10799 "Open file at PATH using the system way of opening it."
10800 (org-open-file path 'system)) 10800 (org-open-file path 'system))