branch: externals/pq commit cbdff81a90b877a632f5b47ca3aed974f3b9449f Author: Andreas Seltenreich <seltenre...@gmx.de> Commit: Andreas Seltenreich <seltenre...@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,