emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100113: * allout.el: Fix commenting


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100113: * allout.el: Fix commenting convention.
Date: Sat, 01 May 2010 22:39:50 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100113
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Sat 2010-05-01 22:39:50 -0400
message:
  * allout.el: Fix commenting convention.
modified:
  lisp/allout.el
=== modified file 'lisp/allout.el'
--- a/lisp/allout.el    2010-01-13 08:35:10 +0000
+++ b/lisp/allout.el    2010-05-02 02:39:50 +0000
@@ -2239,13 +2239,13 @@
       (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.")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]