diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-05-23 13:49:47 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-05-23 13:49:47 -0400 |
commit | 8e4268ef74d12de9cd86d4743e9e5a831c6e0c9e (patch) | |
tree | 53c6983c53649361c28e8040dbb12136b8aea391 | |
parent | efc6530ed382fb6ce40d4d194c22f4f20a52e38d (diff) | |
download | piem-8e4268ef74d12de9cd86d4743e9e5a831c6e0c9e.tar.gz |
b4: Demote comment headings in code section
Conceptually these are under ";;; Code", so add a ";" to reflect that.
-rw-r--r-- | piem-b4.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |