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

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

[nongnu] elpa/emacsql a0587f1b5f 311/427: Fix docstring on emacsql-enabl


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql a0587f1b5f 311/427: Fix docstring on emacsql-enable-debugging.
Date: Tue, 13 Dec 2022 02:59:54 -0500 (EST)

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

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