1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

; * 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