diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2022-07-14 14:33:38 +0200 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-07-06 17:37:23 +0200 |
commit | de52f0e36f1709181c1ce4e787d79208fa2cb870 (patch) | |
tree | b206b89999663c3aeed08b267c741a8de4c305ba /elisp/geiser-popup.el | |
parent | 9197acbdbde392fc53ad0f2be2cef83e452f1d28 (diff) | |
download | geiser-de52f0e36f1709181c1ce4e787d79208fa2cb870.tar.gz geiser-de52f0e36f1709181c1ce4e787d79208fa2cb870.tar.bz2 |
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.
Diffstat (limited to 'elisp/geiser-popup.el')
-rw-r--r-- | elisp/geiser-popup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-popup.el b/elisp/geiser-popup.el index c838dd7..bfd5055 100644 --- a/elisp/geiser-popup.el +++ b/elisp/geiser-popup.el @@ -1,4 +1,4 @@ -;;; geiser-popup.el -- popup windows -*- lexical-binding: t; -*- +;;; geiser-popup.el --- Popup windows -*- lexical-binding: t; -*- ;; Copyright (C) 2009, 2010, 2012, 2013 Jose Antonio Ortega Ruiz |