diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-05-01 22:39:50 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-05-01 22:39:50 -0400 |
commit | a5a1e2ef820c01bec5a35e0fa5bac7a46894c9e7 (patch) | |
tree | c1c6f92367df6694e178265f14c3dc3fd7d402a4 /lisp/allout.el | |
parent | db37d2572b49123aba6cdc611cef0d6e6411615f (diff) | |
download | emacs-a5a1e2ef820c01bec5a35e0fa5bac7a46894c9e7.tar.gz |
* allout.el: Fix commenting convention.
Diffstat (limited to 'lisp/allout.el')
-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'." (allout-show-to-offshoot))) ;;;_ #3 Internal Position State-Tracking -- "allout-recent-*" funcs -;;; All the basic outline functions that directly do string matches to -;;; evaluate heading prefix location set the variables -;;; `allout-recent-prefix-beginning' and `allout-recent-prefix-end' -;;; when successful. Functions starting with `allout-recent-' all -;;; use this state, providing the means to avoid redundant searches -;;; for just-established data. This optimization can provide -;;; significant speed improvement, but it must be employed carefully. +;; All the basic outline functions that directly do string matches to +;; evaluate heading prefix location set the variables +;; `allout-recent-prefix-beginning' and `allout-recent-prefix-end' +;; when successful. Functions starting with `allout-recent-' all +;; use this state, providing the means to avoid redundant searches +;; for just-established data. This optimization can provide +;; significant speed improvement, but it must be employed carefully. ;;;_ = allout-recent-prefix-beginning (defvar allout-recent-prefix-beginning 0 "Buffer point of the start of the last topic prefix encountered.") |