emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql 89e42aed13 253/427: Add docstring to emacsql-mysql


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 89e42aed13 253/427: Add docstring to emacsql-mysql.
Date: Tue, 13 Dec 2022 02:59:49 -0500 (EST)

branch: elpa/emacsql
commit 89e42aed134bbc088c484c6c5c46c57b2a44c522
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Add docstring to emacsql-mysql.
---
 emacsql-mysql.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/emacsql-mysql.el b/emacsql-mysql.el
index 0e546d59d1..17f11be99c 100644
--- a/emacsql-mysql.el
+++ b/emacsql-mysql.el
@@ -22,6 +22,7 @@
                       (nil "LONGTEXT")))))
 
 (defun emacsql-mysql (dbname)
+  "Connect to a MySQL server using the mysql command line program."
   (let* ((process-connection-type t)
          (buffer (generate-new-buffer " *emacsql-mysql*"))
          (mysql emacsql-mysql-executable)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]