From 1073e96170b7362ecb74fb0997e2ec4b5e34c010 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 25 Dec 2022 19:43:49 +0200 Subject: [PATCH] ; * doc/lispref/text.texi (Database): Fix a typo. (Bug#60317) --- doc/lispref/text.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index ef938e88ecf..98349099930 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -5351,7 +5351,7 @@ called @var{gif}, you have to mark it specially to let @end defun -@defun sqlite-select db query &optional values result-type +@defun sqlite-select db query &optional values return-type Select some data from @var{db} and return them. For instance: @lisp -- 2.39.2