aboutsummaryrefslogtreecommitdiff
path: root/piem-b4.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-05-23 13:49:47 -0400
committerKyle Meyer <kyle@kyleam.com>2020-05-23 13:49:47 -0400
commit8e4268ef74d12de9cd86d4743e9e5a831c6e0c9e (patch)
tree53c6983c53649361c28e8040dbb12136b8aea391 /piem-b4.el
parentefc6530ed382fb6ce40d4d194c22f4f20a52e38d (diff)
downloadpiem-8e4268ef74d12de9cd86d4743e9e5a831c6e0c9e.tar.gz
b4: Demote comment headings in code section
Conceptually these are under ";;; Code", so add a ";" to reflect that.
Diffstat (limited to 'piem-b4.el')
-rw-r--r--piem-b4.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/piem-b4.el b/piem-b4.el
index 40c8867..baa26a4 100644
--- a/piem-b4.el
+++ b/piem-b4.el
@@ -34,7 +34,7 @@
(require 'transient)
-;;; Options
+;;;; Options
(defgroup piem-b4 nil
"Control the b4 tool from Emacs."
@@ -72,7 +72,7 @@ the following information about the patch series:
:type 'boolean)
-;;; Internals
+;;;; Internals
(define-error 'piem-b4-error "piem-b4 error")
@@ -211,7 +211,7 @@ in `piem-b4-default-branch-function'."
(error "Expected mbox file does not exist: %s" mbox-am))))))
-;;; Commands
+;;;; Commands
;;;###autoload
(defun piem-b4-am-ready-from-mbox (mbox &optional args)