From de52f0e36f1709181c1ce4e787d79208fa2cb870 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 14 Jul 2022 14:33:38 +0200 Subject: Cleanup library headers - In the summary line, use three dashes to separate the file name from the summary. That is the convention, which some tools depend on, and for some libraries we already did it here too. - Capitalize the first word in the summary. That is the convention, and for some libraries we already did it here too. - For libraries that have a commentary, make sure it is placed in a "Commentary:" section. - Make sure the "Code:" heading, which separates the header from the code part of the library, exists in all files. --- elisp/geiser-base.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'elisp/geiser-base.el') diff --git a/elisp/geiser-base.el b/elisp/geiser-base.el index 6100898..4194da5 100644 --- a/elisp/geiser-base.el +++ b/elisp/geiser-base.el @@ -1,4 +1,4 @@ -;;; geiser-base.el --- shared bits -*- lexical-binding: t -*- +;;; geiser-base.el --- Shared bits -*- lexical-binding: t -*- ;; Copyright (C) 2009, 2010, 2012, 2013, 2015, 2016, 2019, 2024 Jose Antonio Ortega Ruiz @@ -7,8 +7,10 @@ ;; have received a copy of the license along with this program. If ;; not, see . -;; Settings and vars shared by all geiser modules, including little -;; utilities and emacsen compatibility bits. +;;; Commentary: + +;; Settings and variables shared by all geiser modules, including +;; little utilities and emacsen compatibility bits. ;;; Code: @@ -65,7 +67,6 @@ (insert str) (put-text-property p (point) 'face face))) - (defmacro geiser--save-msg (&rest body) (let ((msg (make-symbol "msg"))) `(let ((,msg (current-message))) -- cgit v1.2.3