aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2024-06-06 13:06:58 +0300
committerEli Zaretskii2024-06-06 13:06:58 +0300
commit9da2faf73b7f2e773dfb778e49ed90e58a852e43 (patch)
treec21ee11d5ad816c5eb2f4079122fc640963d3c34 /doc
parent7ba4de0077c5dee43bd83b134c459127855cd8cc (diff)
downloademacs-9da2faf73b7f2e773dfb778e49ed90e58a852e43.tar.gz
emacs-9da2faf73b7f2e773dfb778e49ed90e58a852e43.zip
; Fix last change in sqlite.c
* etc/NEWS: * doc/lispref/text.texi (Database): * src/sqlite.c (Fsqlite_execute_batch): Fix last change (Bug#70145).
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/text.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 7f2123d06f9..41ab90a80f3 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -5417,8 +5417,8 @@ called @var{gif}, you have to mark it specially to let
5417@defun sqlite-execute-batch db statements 5417@defun sqlite-execute-batch db statements
5418Execute the @acronym{SQL} @var{statements}. @var{statements} is a 5418Execute the @acronym{SQL} @var{statements}. @var{statements} is a
5419string containing 0 or more @acronym{SQL} statements. This command 5419string containing 0 or more @acronym{SQL} statements. This command
5420might be useful when we want to execute multiple @acronym{DDL} 5420might be useful when a Lisp program needs to execute multiple Data
5421statements. 5421Definition Language (@acronym{DDL}) statements in one go.
5422 5422
5423@end defun 5423@end defun
5424 5424