; * doc/lispref/text.texi (Database): Fix a typo. (Bug#60317)

This commit is contained in:
Eli Zaretskii 2022-12-25 19:43:49 +02:00
parent b1e68a33d8
commit 1073e96170

View file

@ -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