aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorPaul Eggert2018-03-04 17:16:39 -0800
committerPaul Eggert2018-03-04 17:16:39 -0800
commitbd6c1976fba03bd2e4ca0a52cea562c8ecf23ef8 (patch)
treef5611596b3c70cdd536adfc06e9880bdd1bfc211 /lisp/org
parent78589529a7e7ea21f78c972c87b9e2c94ef27610 (diff)
parentf2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2 (diff)
downloademacs-bd6c1976fba03bd2e4ca0a52cea562c8ecf23ef8.tar.gz
emacs-bd6c1976fba03bd2e4ca0a52cea562c8ecf23ef8.zip
Merge from origin/emacs-26
f2caf08ca6 ; Spelling fixes f0e5f220b6 * lisp/progmodes/grep.el (zrgrep): a0f71260f8 Minor copyedits in doc/emacs/text.texi adfe2f580f Remove outdated comment in syntax.el b80e15b6a6 Prevent Flyspell from changing unrelated words e385599457 Avoid errors in flymake in builds --without-x d691e30cb0 More improvements of the Emacs manual
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 844349c2fc0..a63aae5329d 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 2f60a075055..3ec6b4eabe3 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))