@@ -5357,7 +5357,7 @@ This extra caching is based on the following paper:
53575357Pugh [Information Processing Letters] (1990) Slow optimally balanced
53585358 search strategies vs. cached fast uniformly balanced search
53595359 strategies. http://dx.doi.org/10.1016/0020-0190(90)90130-P
5360-
5360+
53615361Also, see `org-element--cache-hash-left' and `org-element--cache-hash-right'.")
53625362(defvar-local org-element--cache-hash-left nil
53635363 "Cached elements from `org-element--cache' for fast O(1) lookup.
@@ -5714,7 +5714,7 @@ This extra caching is based on the following paper:
57145714Pugh [Information Processing Letters] (1990) Slow optimally balanced
57155715 search strategies vs. cached fast uniformly balanced search
57165716 strategies. http://dx.doi.org/10.1016/0020-0190(90)90130-P
5717-
5717+
57185718Also, see `org-element--cache-size'."
57195719 (interactive)
57205720 (message "%.2f%% of cache searches hashed, %.2f%% non-hashable."
@@ -6307,7 +6307,7 @@ completing the request."
63076307 ;; Consider scenario when DATA lays within
63086308 ;; sensitive lines of PARENT that was found
63096309 ;; during phase 2. For example:
6310- ;;
6310+ ;;
63116311 ;; #+ begin_quote
63126312 ;; Paragraph
63136313 ;; #+end_quote
@@ -7604,7 +7604,7 @@ the cache."
76047604 (move-start-to-next-match
76057605 (if last-match next-re fail-re)))
76067606 (when (and (or (not start) (eq (org-element-property :begin data) start))
7607- (< (org-element-property :begin data) to-pos))
7607+ (< (org-element-property :begin data) to-pos))
76087608 ;; Calculate where next possible element
76097609 ;; starts and update START if needed.
76107610 (setq start (next-element-start))
@@ -7625,7 +7625,7 @@ the cache."
76257625 (when (or (not restrict-elements)
76267626 (memq (org-element-type data) restrict-elements))
76277627 ;; DATA matches restriction. FUNC may
7628- ;;
7628+ ;;
76297629 ;; Call FUNC. FUNC may move point.
76307630 (setq org-element-cache-map-continue-from nil)
76317631 (if org-element--cache-map-statistics
0 commit comments