summaryrefslogtreecommitdiff
path: root/lisp/allout.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-06-30 22:17:01 +0200
committerJonas Bernoulli <jonas@bernoul.li>2021-06-30 22:17:01 +0200
commit8ebd8e1fea1d0d925850db97b64bf13a6a1f698b (patch)
tree67f11743c8bd7ecfc501cb60ba00e92a948a6c7c /lisp/allout.el
parentecec94dcf0ebeab39dc7949797b34a559f7eb266 (diff)
downloademacs-8ebd8e1fea1d0d925850db97b64bf13a6a1f698b.tar.gz
In files that use allout use it for all headings
* lisp/allout.el: Don't prefix regular comments with three semicolons. * lisp/icomplete.el: Use allout syntax for all headings. * lisp/net/eudc.el: Use allout syntax for all headings.
Diffstat (limited to 'lisp/allout.el')
-rw-r--r--lisp/allout.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/allout.el b/lisp/allout.el
index 1605ce2ce33..0625ea68abe 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -2490,10 +2490,10 @@ We skip anomalous low-level topics, a la `allout-aberrant-container-p'."
;;;_ - Subtree Charting
;;;_ " These routines either produce or assess charts, which are
-;;; nested lists of the locations of topics within a subtree.
-;;;
-;;; Charts enable efficient subtree navigation by providing a reusable basis
-;;; for elaborate, compound assessment and adjustment of a subtree.
+;; nested lists of the locations of topics within a subtree.
+;;
+;; Charts enable efficient subtree navigation by providing a reusable basis
+;; for elaborate, compound assessment and adjustment of a subtree.
;;;_ > allout-chart-subtree (&optional levels visible orig-depth prev-depth)
(defun allout-chart-subtree (&optional levels visible orig-depth prev-depth)