branch: elpa/emacsql
commit 89e42aed134bbc088c484c6c5c46c57b2a44c522
Author: Christopher Wellons <well...@nullprogram.com>
Commit: Christopher Wellons <well...@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