diff options
| -rw-r--r-- | lisp/allout.el | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index 666c62246d4..5c7577d5353 100644 --- a/lisp/allout.el +++ b/lisp/allout.el | |||
| @@ -2239,13 +2239,13 @@ function can also be used as an `isearch-mode-end-hook'." | |||
| 2239 | (allout-show-to-offshoot))) | 2239 | (allout-show-to-offshoot))) |
| 2240 | 2240 | ||
| 2241 | ;;;_ #3 Internal Position State-Tracking -- "allout-recent-*" funcs | 2241 | ;;;_ #3 Internal Position State-Tracking -- "allout-recent-*" funcs |
| 2242 | ;;; All the basic outline functions that directly do string matches to | 2242 | ;; All the basic outline functions that directly do string matches to |
| 2243 | ;;; evaluate heading prefix location set the variables | 2243 | ;; evaluate heading prefix location set the variables |
| 2244 | ;;; `allout-recent-prefix-beginning' and `allout-recent-prefix-end' | 2244 | ;; `allout-recent-prefix-beginning' and `allout-recent-prefix-end' |
| 2245 | ;;; when successful. Functions starting with `allout-recent-' all | 2245 | ;; when successful. Functions starting with `allout-recent-' all |
| 2246 | ;;; use this state, providing the means to avoid redundant searches | 2246 | ;; use this state, providing the means to avoid redundant searches |
| 2247 | ;;; for just-established data. This optimization can provide | 2247 | ;; for just-established data. This optimization can provide |
| 2248 | ;;; significant speed improvement, but it must be employed carefully. | 2248 | ;; significant speed improvement, but it must be employed carefully. |
| 2249 | ;;;_ = allout-recent-prefix-beginning | 2249 | ;;;_ = allout-recent-prefix-beginning |
| 2250 | (defvar allout-recent-prefix-beginning 0 | 2250 | (defvar allout-recent-prefix-beginning 0 |
| 2251 | "Buffer point of the start of the last topic prefix encountered.") | 2251 | "Buffer point of the start of the last topic prefix encountered.") |