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

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

[nongnu] elpa/emacsql 7cfed08ab8 099/427: Add docstring to emacsql--log.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 7cfed08ab8 099/427: Add docstring to emacsql--log.
Date: Tue, 13 Dec 2022 02:59:32 -0500 (EST)

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

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

diff --git a/emacsql.el b/emacsql.el
index 1983ca6ab6..6037a84921 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -170,6 +170,7 @@ CONN-SPEC is a connection specification like the call to
     (setf emacsql-reap-timer nil)))
 
 (defun emacsql--log (conn &rest messages)
+  "Log MESSAGES into CONN's log."
   (let ((log (emacsql-log conn)))
     (when log
       (with-current-buffer log



reply via email to

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