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

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

[elpa] externals/pq cbdff81a90 47/63: Make docstring punctuation consist


From: ELPA Syncer
Subject: [elpa] externals/pq cbdff81a90 47/63: Make docstring punctuation consistent.
Date: Mon, 14 Feb 2022 23:24:26 -0500 (EST)

branch: externals/pq
commit cbdff81a90b877a632f5b47ca3aed974f3b9449f
Author: Andreas Seltenreich <seltenreich@gmx.de>
Commit: Andreas Seltenreich <seltenreich@gmx.de>

    Make docstring punctuation consistent.
---
 pq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pq.c b/pq.c
index adf2dd58eb..3927da67f5 100644
--- a/pq.c
+++ b/pq.c
@@ -305,7 +305,7 @@ emacs_module_init (struct emacs_runtime *ert)
        NULL);
 
   DEFUN("pq:query", Fpq_query, 2, 2+MAX_PQ_PARAMS,
-       "Execute QUERY on CONNECTION with optional PARAMETERS",
+       "Execute QUERY on CONNECTION with optional PARAMETERS.",
        NULL);
 
   DEFUN("pq:escapeLiteral", Fpq_escape, 2, 2,



reply via email to

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