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-doc.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-doc.el')
-rw-r--r-- | elisp/geiser-doc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-doc.el b/elisp/geiser-doc.el index de18d9f..2ebe39b 100644 --- a/elisp/geiser-doc.el +++ b/elisp/geiser-doc.el @@ -1,4 +1,4 @@ -;;; geiser-doc.el -- accessing scheme-provided documentation -*- lexical-binding: t; -*- +;;; geiser-doc.el --- Accessing scheme-provided documentation -*- lexical-binding: t; -*- ;; Copyright (C) 2009-2016, 2021-2022 Jose Antonio Ortega Ruiz |