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