summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-02-25 14:29:01 +0100
committerJonas Bernoulli <jonas@bernoul.li>2020-03-27 21:38:45 +0100
commit352515c3aa12c9ebbdd997e5ab061ad182a45958 (patch)
tree42e090804772242c7623261d96ac61a3701a55a1
parenta0f6fc32a81267154ed71f8668a1ecd227e7b37b (diff)
downloadgeiser-chez-352515c3aa12c9ebbdd997e5ab061ad182a45958.tar.gz
geiser-chez-352515c3aa12c9ebbdd997e5ab061ad182a45958.tar.bz2
Begin the summary lines of all elisp libraries with three semicolons
It's the convention and by following it we make a big step towards supporting outline navigation.
-rw-r--r--elisp/geiser-chez.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-chez.el b/elisp/geiser-chez.el
index 67b9382..601cc6f 100644
--- a/elisp/geiser-chez.el
+++ b/elisp/geiser-chez.el
@@ -1,4 +1,4 @@
-;; geiser-chez.el -- Chez Scheme's implementation of the geiser protocols
+;;; geiser-chez.el -- Chez Scheme's implementation of the geiser protocols
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the Modified BSD License. You should