emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/boxquote 2c951a3dea 1/4: Use outline-minor-mode compatible


From: ELPA Syncer
Subject: [nongnu] elpa/boxquote 2c951a3dea 1/4: Use outline-minor-mode compatible section headings
Date: Sat, 16 Dec 2023 03:59:26 -0500 (EST)

branch: elpa/boxquote
commit 2c951a3dea5e557a5bb0bb638832d30e6d762b66
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Use outline-minor-mode compatible section headings
    
    They have to begin with three or more semicolons to be distinct
    from normal comments.  It is customary for them not to end with
    any punctuation, so drop that too.  ("Commentary:" and "Code:"
    are exceptions, they do have to end with a colon.)
---
 boxquote.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/boxquote.el b/boxquote.el
index f5df19f723..b005374e6e 100644
--- a/boxquote.el
+++ b/boxquote.el
@@ -59,13 +59,13 @@
 
 ;;; Code:
 
-;; Things we need:
+;;; Dependencies
 
 (eval-when-compile
   (require 'cl-lib))
 (require 'rect)
 
-;; Customize options.
+;;; Custom options
 
 (defgroup boxquote nil
   "Mark regions of text with a half-box."
@@ -185,7 +185,7 @@ the article you'd copied the text from."
   :type  'string
   :group 'boxquote)
 
-;; Main code:
+;;; Main code
 
 (defun boxquote-points ()
   "Find the start and end points of a boxquote.



reply via email to

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