branch: elpa/emacsql
commit a0587f1b5fcadbfc14ef872cbbff65618faec0bb
Author: Christopher Wellons <well...@nullprogram.com>
Commit: Christopher Wellons <well...@nullprogram.com>

    Fix docstring on emacsql-enable-debugging.
---
 emacsql.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql.el b/emacsql.el
index 152d2ed732..5a86a53eed 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -123,7 +123,7 @@ SQL expression.")
   (process-buffer (emacsql-process connection)))
 
 (defmethod emacsql-enable-debugging ((connection emacsql-connection))
-  "Enable debugging on this"
+  "Enable debugging on CONNECTION."
   (unless (buffer-live-p (emacsql-log-buffer connection))
     (setf (emacsql-log-buffer connection)
           (generate-new-buffer " *emacsql-log*"))))

Reply via email to