From 8e4268ef74d12de9cd86d4743e9e5a831c6e0c9e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 23 May 2020 13:49:47 -0400 Subject: b4: Demote comment headings in code section Conceptually these are under ";;; Code", so add a ";" to reflect that. --- piem-b4.el | 6 +++--- 1 file 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) -- cgit v1.2.3