branch: elpa/emacsql
commit 48cbd1600b932ba0f7ecfcae3404d47c3685f721
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Add library commentary
---
 emacsql-compiler.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/emacsql-compiler.el b/emacsql-compiler.el
index 3c1ab37c65..f75b12877e 100644
--- a/emacsql-compiler.el
+++ b/emacsql-compiler.el
@@ -7,6 +7,10 @@
 
 ;; SPDX-License-Identifier: Unlicense
 
+;;; Commentary:
+
+;; This library provides support for compiling S-expressions to SQL.
+
 ;;; Code:
 
 (require 'cl-lib)

Reply via email to